Skip to content

Commit

Permalink
changed port to 3004
Browse files Browse the repository at this point in the history
  • Loading branch information
Thejagd27 authored Mar 10, 2023
1 parent 4160b60 commit d8b892a
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 @@ -15,7 +15,7 @@ async function bootstrap() {
const document = SwaggerModule.createDocument(app, config);
SwaggerModule.setup('swagger', app, document);
app.enableCors();
await app.listen(3000);
await app.listen(3004);
//running on port 3000
}

Expand Down

0 comments on commit d8b892a

Please sign in to comment.