doc
This commit is contained in:
parent
31237092ae
commit
0bc50dc017
@ -25,7 +25,7 @@ const store = expressSessionNedb(expressSession, sessions)
|
|||||||
|
|
||||||
app.use(express.json())
|
app.use(express.json())
|
||||||
app.use(express.urlencoded({ extended: false }))
|
app.use(express.urlencoded({ extended: false }))
|
||||||
app.use(session({
|
app.use(expressSession({
|
||||||
secret: 'shizukana',
|
secret: 'shizukana',
|
||||||
name:'sid',
|
name:'sid',
|
||||||
resave: false,
|
resave: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user