Skip to content

Commit 85a2b3e

Browse files
authored
Update app.js
1 parent 4c534a9 commit 85a2b3e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ app.use(session({
9898
port: config.redis_port,
9999
host: config.redis_host,
100100
}),
101-
resave: true,
102-
saveUninitialized: true,
103101
}));
104102

105103
// oauth 中间件

0 commit comments

Comments
 (0)