diff --git a/server.js b/server.js index 5cc31d6..ca1df40 100644 --- a/server.js +++ b/server.js @@ -695,7 +695,6 @@ app.delete('/api/indexes/:indexName', requireAuth, async (req, res) => { }); // Start server -const PORT = process.env.PORT || 3000; app.listen(PORT, () => { console.log(`🚀 Server running on http://localhost:${PORT}`); console.log('');