We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e382e6a + f2563f4 commit a231406Copy full SHA for a231406
bin/express
@@ -334,7 +334,7 @@ function createApplicationAt(path) {
334
335
// Session support
336
app = app.replace('{sess}', program.sessions
337
- ? eol + ' app.use(express.cookieParser(\'your secret here\'));' + eol + ' app.use(express.session());'
+ ? eol + 'app.use(express.cookieParser(\'your secret here\'));' + eol + 'app.use(express.session());'
338
: '');
339
340
// Template support
0 commit comments