Merge remote-tracking branch 'refs/remotes/origin/feat/spotify-bot' into feat/spotify-bot

This commit is contained in:
Saahil dutta 2024-10-11 19:28:03 +00:00 committed by GitHub
commit 5eb6e633f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ app.use(
resave: false, resave: false,
saveUninitialized: true, saveUninitialized: true,
cookie: { secure: true }, cookie: { secure: true },
}) }),
); );
app.get("/", (req, res) => { app.get("/", (req, res) => {