formato correcto de cuestionario por verificar
This commit is contained in:
+3
-3
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user