mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 19:27:38 +02:00
unified auth exceptions, added syncdata and selfinfo
This commit is contained in:
@@ -52,7 +52,6 @@ function GetApp(): ModuleType {
|
||||
app.use(
|
||||
auth({
|
||||
userDB: userDB,
|
||||
exceptions: ['/favicon.ico'],
|
||||
})
|
||||
)
|
||||
app.use((req: Request, _res, next) => {
|
||||
|
||||
Reference in New Issue
Block a user