diff --git a/backend/src/app.ts b/backend/src/app.ts index 5fd7820..8d4fd61 100644 --- a/backend/src/app.ts +++ b/backend/src/app.ts @@ -9,7 +9,7 @@ const run = () => { const app = express(); app.use( expressSession( { - 'secret': '', + 'secret': 'dev', 'resave': true, 'saveUninitialized': false } ) );