mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
cookies and login fix
This commit is contained in:
parent
885198d357
commit
57aea151f4
7 changed files with 19 additions and 21 deletions
|
@ -53,10 +53,14 @@ function GetApp(): ModuleType {
|
|||
app.use(
|
||||
auth({
|
||||
userDB: userDB,
|
||||
jsonResponse: false,
|
||||
exceptions: [
|
||||
'/favicon.ico',
|
||||
'/img/frylabs-logo_large_transparent.png',
|
||||
'/api/register',
|
||||
'/api/login',
|
||||
'/api/postfeedback',
|
||||
'/api/fosuploader',
|
||||
'/api/badtestsender',
|
||||
],
|
||||
})
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue