update ports

This commit is contained in:
Ammar Qaffaf
2024-03-03 04:38:37 -05:00
parent 14c4d1f3d0
commit 8cd16c433e
4 changed files with 245 additions and 136 deletions

View File

@ -34,7 +34,7 @@ async function bootstrap() {
app.useGlobalPipes(new ValidationPipe());
await app.listen(7001);
await app.listen(4001);
}
console.log('Starting auth at port 7001...');
bootstrap();

View File

@ -29,7 +29,7 @@ async function bootstrap() {
}),
);
app.useGlobalPipes(new ValidationPipe());
await app.listen(7000);
await app.listen(4000);
}
console.log('Starting backend at port 7000...');