chore: lint

This commit is contained in:
karishmas6
2024-09-25 11:07:09 +05:30
parent 61d65b1e26
commit c6564fbf00

View File

@@ -46,7 +46,7 @@ app.get('/', function (req, res) {
app.get('/csrf-token', (req, res) => {
res.json({ csrfToken: req.csrfToken() })
})
})
server.listen(SERVER_PORT, async () => {
await connectDB();