mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 08:54:54 +00:00
Merge branch 'dev' into feature/user-list-api
This commit is contained in:
@ -27,6 +27,7 @@ async function bootstrap() {
|
||||
|
||||
app.useGlobalPipes(new ValidationPipe());
|
||||
|
||||
|
||||
await app.listen(7001);
|
||||
}
|
||||
console.log('Starting auth at port 7001...');
|
||||
|
||||
Reference in New Issue
Block a user