chore: get resource blob optional (#991)

This commit is contained in:
boojack
2023-01-25 16:11:02 +08:00
committed by GitHub
parent dd5a23e36e
commit 6c3ff6de63
4 changed files with 20 additions and 17 deletions

View File

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