formato correcto de cuestionario por verificar

This commit is contained in:
Your Name
2025-04-02 12:43:37 -06:00
parent a1f52daa8a
commit a16e82005e
18 changed files with 1109 additions and 43 deletions
+3 -3
View File
@@ -51,8 +51,8 @@ async function bootstrap() {
}
// Start the server
await app.listen(process.env.PORT ?? 3000);
console.log('API en ejecución en http://localhost:3000');
console.log('Swagger disponible en http://localhost:3000/api-docs');
await app.listen(process.env.PORT ?? 4200);
console.log('API en ejecución en http://localhost:4200');
console.log('Swagger disponible en http://localhost:4200/api-docs');
}
bootstrap();