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 a0f9ec3 commit c5a3218Copy full SHA for c5a3218
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: "/public_api/v1/get_config",
+ Path: "/api/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