Skip to content

Commit

Permalink
Fix nest setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek committed May 7, 2024
1 parent c7c0d12 commit aaac725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default class NestSetup {
this.configureNestApp(app);
this.setupSwagger(app);

await app.listen(port);
await app.listen(port || 3000);
}

static configureNestApp(app: NestExpressApplication): void {
Expand Down

0 comments on commit aaac725

Please sign in to comment.