fix(noc): resolve 401 error on sync endpoint and allow public GET access to monitoring
This commit is contained in:
@@ -36,8 +36,8 @@ const api = new Elysia({
|
||||
},
|
||||
},
|
||||
)
|
||||
.use(noc)
|
||||
.use(apiMiddleware)
|
||||
.use(noc)
|
||||
.use(apikey)
|
||||
.use(profile)
|
||||
.use(division)
|
||||
|
||||
Reference in New Issue
Block a user