Повторение переменонй
This commit is contained in:
@@ -695,7 +695,6 @@ app.delete('/api/indexes/:indexName', requireAuth, async (req, res) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Start server
|
// Start server
|
||||||
const PORT = process.env.PORT || 3000;
|
|
||||||
app.listen(PORT, () => {
|
app.listen(PORT, () => {
|
||||||
console.log(`🚀 Server running on http://localhost:${PORT}`);
|
console.log(`🚀 Server running on http://localhost:${PORT}`);
|
||||||
console.log('');
|
console.log('');
|
||||||
|
|||||||
Reference in New Issue
Block a user