mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-15 10:25:23 +00:00
move to rest
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user