Skip to content

Commit

Permalink
revert dev port change
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Oct 26, 2023
1 parent e28895e commit 9680e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ async function bootstrap() {
SwaggerModule.setup("api", app, document);
const appService = app.get(AppService);
// await appService.initializeDb();
await app.listen(3001);
await app.listen(3000);
}
bootstrap();

0 comments on commit 9680e1f

Please sign in to comment.