auth exception img fix

This commit is contained in:
mrfry 2021-04-30 16:11:52 +02:00
parent 7c55407e0b
commit 4e6b3deb9b

View file

@ -54,7 +54,7 @@ function GetApp(): ModuleType {
auth({
userDB: userDB,
jsonResponse: false,
exceptions: ['/favicon.ico', '/img/'],
exceptions: ['/favicon.ico', '/img/frylabs-logo_large_transparent.png'],
})
)
app.use((req: Request, res, next) => {