feat: migrate workspace to api v1

This commit is contained in:
Steven
2023-06-20 17:06:22 +08:00
parent 74021134da
commit 96704162d8
7 changed files with 195 additions and 546 deletions

View File

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