mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-14 21:19:36 +00:00
Merge remote-tracking branch 'refs/remotes/origin/feat/spotify-bot' into feat/spotify-bot
This commit is contained in:
commit
5eb6e633f2
1 changed files with 45 additions and 45 deletions
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in a new issue