mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 21:44:55 +00:00
update ports
This commit is contained in:
@ -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();
|
||||
|
||||
@ -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...');
|
||||
|
||||
Reference in New Issue
Block a user