fix(noc): resolve 401 error on sync endpoint and allow public GET access to monitoring

This commit is contained in:
2026-03-30 14:56:43 +08:00
parent fd52b0d281
commit f066defcba
3 changed files with 8 additions and 3 deletions

View File

@@ -36,8 +36,8 @@ const api = new Elysia({
},
},
)
.use(noc)
.use(apiMiddleware)
.use(noc)
.use(apikey)
.use(profile)
.use(division)