Compare commits

..

No commits in common. "5ed889a34f8e1ba7be0c8ed87140cc7e5657165e" and "24252b717b3746b72469692bfe808ab6083f72f0" have entirely different histories.

View file

@ -180,6 +180,6 @@ app.use((err: any, req: express.Request, res: express.Response, next: express.Ne
res.status(status).json({ message }); res.status(status).json({ message });
}); });
app.listen(4000, '::', () => { app.listen(4000, () => {
console.log("Server is running on http://localhost:4000/api/mobile/"); console.log("Server is running on http://localhost:4000/api/mobile/");
}); });