unified auth exceptions, added syncdata and selfinfo

This commit is contained in:
mrfry
2023-04-12 09:27:44 +02:00
parent ac01455510
commit d99bb0fedc
5 changed files with 13 additions and 30 deletions
-1
View File
@@ -52,7 +52,6 @@ function GetApp(): ModuleType {
app.use(
auth({
userDB: userDB,
exceptions: ['/favicon.ico'],
})
)
app.use((req: Request, _res, next) => {