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:
parent
7c55407e0b
commit
4e6b3deb9b
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ function GetApp(): ModuleType {
|
||||||
auth({
|
auth({
|
||||||
userDB: userDB,
|
userDB: userDB,
|
||||||
jsonResponse: false,
|
jsonResponse: false,
|
||||||
exceptions: ['/favicon.ico', '/img/'],
|
exceptions: ['/favicon.ico', '/img/frylabs-logo_large_transparent.png'],
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
app.use((req: Request, res, next) => {
|
app.use((req: Request, res, next) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue