login whit api
This commit is contained in:
+1
-1
@@ -8,6 +8,6 @@ async function bootstrap() {
|
||||
app.useGlobalPipes(new ValidationPipe());
|
||||
await app.listen(process.env.PORT ?? 3000);
|
||||
|
||||
console.log(`successfully connected at the port ${process.env.PORT}`);
|
||||
console.log(`successfully connected at the port ${process.env.PORT ?? 3000}`);
|
||||
}
|
||||
bootstrap();
|
||||
|
||||
Reference in New Issue
Block a user