Skip to content

Commit

Permalink
Uhmm i, idk
Browse files Browse the repository at this point in the history
  • Loading branch information
achul123 committed Jul 7, 2024
1 parent f6527bc commit b818b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const app = express();
require('express-ws')(app);

// Middleware setup
app.use(cookieParser());
app.use(cookieParser(settings.website.secret));
app.use(session({
secret: settings.website.secret,
resave: false,
Expand Down

0 comments on commit b818b78

Please sign in to comment.