mirror of
https://github.com/janishutz/MusicPlayer.git
synced 2026-09-10 14:25:24 +02:00
fix: set dummy secret for testing for backend
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ const run = () => {
|
||||
const app = express();
|
||||
|
||||
app.use( expressSession( {
|
||||
'secret': '',
|
||||
'secret': 'dev',
|
||||
'resave': true,
|
||||
'saveUninitialized': false
|
||||
} ) );
|
||||
|
||||
Reference in New Issue
Block a user