mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user