login whit api

This commit is contained in:
2025-10-22 18:39:19 -06:00
parent 802249f89c
commit 3e64e6b04f
3 changed files with 43 additions and 28 deletions
+1 -1
View File
@@ -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();