From 3ddc939a487ff1017326475f0c572f0bdc900612 Mon Sep 17 00:00:00 2001 From: shafi54 <108669266+shafi-aviz@users.noreply.github.com> Date: Mon, 23 Mar 2026 03:22:20 +0530 Subject: [PATCH] enh --- apps/backend/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/index.ts b/apps/backend/index.ts index b450036..c65e105 100755 --- a/apps/backend/index.ts +++ b/apps/backend/index.ts @@ -180,6 +180,6 @@ app.use((err: any, req: express.Request, res: express.Response, next: express.Ne res.status(status).json({ message }); }); -app.listen(4000, () => { +app.listen(4000, '::', () => { console.log("Server is running on http://localhost:4000/api/mobile/"); });