Skip to content

Commit

Permalink
chore: port used 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
geeky-abhishek committed Oct 9, 2023
1 parent 8ca79d8 commit 6d492da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bff/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ async function bootstrap() {
SwaggerModule.setup('api', app, document);

app.enableCors();
await app.listen(3001);
await app.listen(3000);
}
bootstrap();

0 comments on commit 6d492da

Please sign in to comment.