Повторение переменонй

This commit is contained in:
2026-03-19 15:10:57 +07:00
parent 7c9c5a44d8
commit 6cb4f53410

View File

@@ -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('');