mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-12 19:40:02 -04:00
Testing
This commit is contained in:
parent
be87160768
commit
0c1a73e3dc
4 changed files with 29 additions and 22 deletions
6
app.js
6
app.js
|
@ -66,12 +66,6 @@
|
|||
resave: true
|
||||
}));
|
||||
|
||||
app.use(session({
|
||||
secret: 'nu_auth',
|
||||
cookie: { sameSite: 'none', secure: 'true' },
|
||||
saveUninitialized: true,
|
||||
resave: true
|
||||
}));
|
||||
|
||||
// We made our own version of body-parser instead, due to issues.
|
||||
app.use((req, res, next) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue