Update server.js

timing
This commit is contained in:
JoshBaneyCS 2025-04-30 01:38:01 +00:00
parent fd85289d61
commit 6cdf71f4bc

View File

@ -324,4 +324,4 @@ app.get('/api/export', async (req,res) => {
}); });
// ─── Start Server ─────────────────────────────────────────────────────────── // ─── Start Server ───────────────────────────────────────────────────────────
app.listen(PORT, ()=>console.log(`Server running http://localhost:${PORT}`)); app.listen(PORT, ()=>console.log(`Server running http://localhost:${PORT}`));