We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7ba22 commit 7c8e64fCopy full SHA for 7c8e64f
index.js
@@ -26,5 +26,5 @@ app.use(express.json());
26
app.use(cors());
27
app.use('/api/v2', articleRoute);
28
29
-connectDB();
30
-app.listen(PORT, () => console.log(`Server is running 🔥 on http://localhost:${PORT}`));
+// connectDB();
+app.listen(PORT, () => console.log(`Server is running 🔥 on http://localhost:${PORT}`));
0 commit comments