🐛 Bug fixes on publishers and removal of dealer

This commit is contained in:
2024-10-31 22:48:51 +08:00
parent 001c9a8140
commit 1bd2da2850
11 changed files with 99 additions and 157 deletions

View File

@@ -57,7 +57,7 @@ func NewServer() *App {
}))
app.Use(sec.ContextMiddleware(IReader))
app.Use(authkit.GetAccountFromUserInfo)
app.Use(authkit.ParseAccountMiddleware)
api.MapAPIs(app, "/api")