feat: add /api/tag (#82)

This commit is contained in:
Steven
2022-06-21 21:58:33 +08:00
committed by GitHub
parent cc54be0d1d
commit 9f81362027
6 changed files with 108 additions and 7 deletions

View File

@@ -70,6 +70,7 @@ func NewServer(profile *profile.Profile) *Server {
s.registerMemoRoutes(apiGroup)
s.registerShortcutRoutes(apiGroup)
s.registerResourceRoutes(apiGroup)
s.registerTagRoutes(apiGroup)
return s
}