From f0f919ed41d66037546ac48725b9fde29f3cdc55 Mon Sep 17 00:00:00 2001 From: songa1 Date: Wed, 18 Sep 2024 11:06:40 +0200 Subject: [PATCH] I have commented the line --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 96e3527..2f5aec7 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,7 @@ const app = express(); app.use(bodyParser.urlencoded({ extended: false })); app.use(bodyParser.json()); -app.use("/api/v1", router); +// app.use("/api/v1", router); app.listen(3000, function () { console.log("Server started on port 3000");