move to rest

This commit is contained in:
Ammar Qaffaf
2024-03-11 06:24:52 -04:00
parent 7bba7941ba
commit e222bef577
4 changed files with 4 additions and 49 deletions

View File

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