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");