Compare commits
2 commits
24252b717b
...
5ed889a34f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ed889a34f | ||
|
|
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 });
|
||||
});
|
||||
|
||||
app.listen(4000, () => {
|
||||
app.listen(4000, '::', () => {
|
||||
console.log("Server is running on http://localhost:4000/api/mobile/");
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue