Skip to content

Commit c5a3218

Browse files
committed
use new api path
1 parent a0f9ec3 commit c5a3218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func main() {
101101
app.OnBeforeServe().Add(func(e *core.ServeEvent) error {
102102
_, err := e.Router.AddRoute(echo.Route{
103103
Method: http.MethodGet,
104-
Path: "/public_api/v1/get_config",
104+
Path: "/api/v1/get_config",
105105
Handler: func(c echo.Context) error {
106106
// get key from auth header
107107
key := c.Request().Header.Get("Authorization")

0 commit comments

Comments
 (0)