Compare commits

...

2 commits

Author SHA1 Message Date
shafi54
5ed889a34f Merge branch 'main' of https://git.technocracy.ovh/shafi/freshyo 2026-03-23 03:23:15 +05:30
shafi54
3ddc939a48 enh 2026-03-23 03:22:20 +05:30

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