Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
choxx authored Jan 6, 2023
1 parent d392b9f commit c59aa11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async function bootstrap() {

const port = process.env.PORT || 3333;
await app.startAllMicroservices();
await app.listen(port);
await app.listen(port, '0.0.0.0');
Logger.log(
`🚀 Application is running on: http://localhost:${port}/${globalPrefix}`
);
Expand Down

0 comments on commit c59aa11

Please sign in to comment.