Skip to content

Commit

Permalink
reverted port
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-krenz committed Sep 13, 2024
1 parent 2c72c24 commit 5ab8ef2
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 @@ -4,6 +4,6 @@ import { AppModule } from './app.module';
async function bootstrap(): Promise<void> {
const app = await NestFactory.create(AppModule);
app.enableCors();
await app.listen(5100);
await app.listen(3000);
}
bootstrap();

0 comments on commit 5ab8ef2

Please sign in to comment.