fix: put under the /api/v3 route space
This commit is contained in:
parent
3565331a58
commit
846e5df758
|
@ -111,7 +111,7 @@ func setupAppInstallRoutes(params RouteParams) {
|
|||
|
||||
appInstallApi := newAppInstallApi(cfg, db, logger)
|
||||
|
||||
appRouter := r.PathPrefix("/app").Subrouter()
|
||||
appRouter := r.PathPrefix("/api/v3/app").Subrouter()
|
||||
appRouter.Use(githubRestVerifyMiddleware(params.Db))
|
||||
appRouter.Use(githubRestRequireAuthMiddleware(params.Config))
|
||||
|
||||
|
|
Loading…
Reference in New Issue