From 04c0beeeb9cd126283f95add5aabd69e22aa9092 Mon Sep 17 00:00:00 2001 From: conor Date: Sun, 17 Mar 2024 21:26:47 +0000 Subject: [PATCH] use new api path --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c6753d7..6f610e0 100644 --- a/main.go +++ b/main.go @@ -101,7 +101,7 @@ func main() { app.OnBeforeServe().Add(func(e *core.ServeEvent) error { _, err := e.Router.AddRoute(echo.Route{ Method: http.MethodGet, - Path: "/api/v1/get_config", + Path: "/api/custom/v1/get_config", Handler: func(c echo.Context) error { // get key from auth header key := c.Request().Header.Get("Authorization")