Skip to content

Commit

Permalink
Merge pull request #33 from Samagra-Anamaya/feat-submission
Browse files Browse the repository at this point in the history
chore: changing the port
  • Loading branch information
geeky-abhishek authored Sep 29, 2023
2 parents d4ecae2 + 38fb14b commit 9908f56
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 @@ -20,6 +20,6 @@ async function bootstrap() {
};
const document = SwaggerModule.createDocument(app, config, options);
SwaggerModule.setup('api', app, document);
await app.listen(3002);
await app.listen(3000);
}
bootstrap();

0 comments on commit 9908f56

Please sign in to comment.