diff --git a/src/main.ts b/src/main.ts index e2e4cf6..6c96794 100644 --- a/src/main.ts +++ b/src/main.ts @@ -27,4 +27,4 @@ async function bootstrap() { console.log(`Documentacion disponible en: http://localhost:${port}/api`); console.log(`Servidor desplegado en: http://localhost:${port}`); } -bootstrap(); +bootstrap(); \ No newline at end of file