This commit is contained in:
shafi54 2026-03-23 03:22:20 +05:30
parent 78305e1670
commit 3ddc939a48

View file

@ -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/");
});