Merge branch 'dev' into feature/user-list-api

This commit is contained in:
Ammar Qaffaf
2024-02-27 04:39:45 +03:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

View File

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