Skip to content

Commit

Permalink
revert port 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
harisato committed Sep 28, 2023
1 parent 4ed1c08 commit 6376050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ async function bootstrap() {
const document = SwaggerModule.createDocument(app, config);
SwaggerModule.setup('documentation', app, document);

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

0 comments on commit 6376050

Please sign in to comment.