Skip to content

Commit 7c8e64f

Browse files
authored
Update index.js
1 parent 9f7ba22 commit 7c8e64f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ app.use(express.json());
2626
app.use(cors());
2727
app.use('/api/v2', articleRoute);
2828

29-
connectDB();
30-
app.listen(PORT, () => console.log(`Server is running 🔥 on http://localhost:${PORT}`));
29+
// connectDB();
30+
app.listen(PORT, () => console.log(`Server is running 🔥 on http://localhost:${PORT}`));

0 commit comments

Comments
 (0)