We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a3218 commit 04c0beeCopy full SHA for 04c0bee
main.go
@@ -101,7 +101,7 @@ func main() {
101
app.OnBeforeServe().Add(func(e *core.ServeEvent) error {
102
_, err := e.Router.AddRoute(echo.Route{
103
Method: http.MethodGet,
104
- Path: "/api/v1/get_config",
+ Path: "/api/custom/v1/get_config",
105
Handler: func(c echo.Context) error {
106
// get key from auth header
107
key := c.Request().Header.Get("Authorization")
0 commit comments