From ec1700897871bb6cab83499ddc43c1f9d5f0576b Mon Sep 17 00:00:00 2001 From: Patrick Dwamena <159566068+MrCoolGh@users.noreply.github.com> Date: Thu, 5 Jun 2025 18:02:40 +0000 Subject: [PATCH] Update index.js --- Whatsapp-Clone/server/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Whatsapp-Clone/server/index.js b/Whatsapp-Clone/server/index.js index e4da545d..1374c9da 100644 --- a/Whatsapp-Clone/server/index.js +++ b/Whatsapp-Clone/server/index.js @@ -22,4 +22,4 @@ app.listen(PORT, () => console.log(`Server is running successfully on PORT ${POR app.use(bodyParser.json({ extended: true })); app.use(bodyParser.urlencoded({ extended: true })); app.use(cors()); -app.use('/', Routes); \ No newline at end of file +app.use('/', Routes);