Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shem8 authored Oct 8, 2024
1 parent d7ba5df commit 778d440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .framework/node/backend/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ app.use(express.static(__dirname + "/public"));

app.use(
session({
secret: "e6F9KvS:D=f4dyXj",
secret: "e6F9KvSDf4dyXj",
cookie: { maxAge: 60000 },
resave: false,
saveUninitialized: false
Expand Down

0 comments on commit 778d440

Please sign in to comment.