fix it
This commit is contained in:
parent
29e82bc746
commit
ef941a6fe4
@ -43,7 +43,7 @@ async function bootstrap() {
|
||||
res.json(document);
|
||||
});
|
||||
|
||||
const port = process.env.PORT || 3004;
|
||||
const port = process.env.PORT || 3000;
|
||||
await app.listen(port);
|
||||
console.log(`Application is running on: http://localhost:${port}`);
|
||||
console.log(`Swagger docs: http://localhost:${port}/api/docs`);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user