diff --git a/server.js b/server.js index 0653172..553d5ab 100644 --- a/server.js +++ b/server.js @@ -324,4 +324,4 @@ app.get('/api/export', async (req,res) => { }); // ─── Start Server ─────────────────────────────────────────────────────────── -app.listen(PORT, ()=>console.log(`Server running http://localhost:${PORT}`)); +app.listen(PORT, ()=>console.log(`Server running http://localhost:${PORT}`)); \ No newline at end of file