mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
auth exception img fix
This commit is contained in:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user