Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr authored Nov 25, 2021
1 parent 9f7ba22 commit 7c8e64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ app.use(express.json());
app.use(cors());
app.use('/api/v2', articleRoute);

connectDB();
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 comments on commit 7c8e64f

Please sign in to comment.