Skip to content

Commit

Permalink
fix(#151): server port
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh000526 committed Dec 3, 2024
1 parent 6e0f55d commit 57eaa79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ async function bootstrap() {
const document = SwaggerModule.createDocument(app, config);
SwaggerModule.setup('swagger', app, document, customOptions);

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

0 comments on commit 57eaa79

Please sign in to comment.