feat: update appearance selector (#645)

This commit is contained in:
boojack
2022-12-01 20:57:19 +08:00
committed by GitHub
parent eaebc6dcef
commit 7c6d7226f5
23 changed files with 157 additions and 118 deletions

View File

@ -61,9 +61,6 @@ func NewServer(profile *profile.Profile) *Server {
rootGroup := e.Group("")
s.registerRSSRoutes(rootGroup)
webhookGroup := e.Group("/h")
s.registerResourcePublicRoutes(webhookGroup)
publicGroup := e.Group("/o")
s.registerResourcePublicRoutes(publicGroup)
s.registerGetterPublicRoutes(publicGroup)