enh
This commit is contained in:
parent
78305e1670
commit
3ddc939a48
1 changed files with 1 additions and 1 deletions
|
|
@ -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/");
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue