mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update express-session-tests to match express-serve-static-core (#39213)
CI didn't encounter the error in #39025 for some reason.
This commit is contained in:
parent
6ec670c7d0
commit
0c600dcb5b
@ -5,7 +5,7 @@ const app = express();
|
||||
|
||||
app.use(session({
|
||||
secret: 'keyboard cat',
|
||||
cookie: { secure: 'auto' }
|
||||
cookie: { secure: true }
|
||||
}));
|
||||
app.use(session({
|
||||
secret: 'keyboard cat',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user