feat: migrate system to api v1

This commit is contained in:
Steven
2023-06-20 17:15:12 +08:00
parent 96704162d8
commit 24d42694c8
6 changed files with 31 additions and 35 deletions

View File

@@ -64,7 +64,6 @@ func NewServer(profile *profile.Profile, store *store.Store) (*Server, error) {
apiGroup.Use(func(next echo.HandlerFunc) echo.HandlerFunc {
return JWTMiddleware(s, next, string(secret))
})
s.registerSystemRoutes(apiGroup)
s.registerWorkspaceUserRoutes(apiGroup)
s.registerShortcutRoutes(apiGroup)