volver a conectar la UI a la API
All checks were successful
build-and-deploy / filter (push) Successful in 1s
build-and-deploy / build (push) Successful in 12s
build-and-deploy / deploy (push) Successful in 33s

This commit is contained in:
2025-06-06 15:23:45 -06:00
parent 05ee5b46fc
commit 56a2ad3605
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import App from './App.vue'
import './style.css' // Tailwind o tus estilos globales
console.log(`API_BASE_URL: ${API_BASE_URL}`);
// console.log(`API_BASE_URL: ${API_BASE_URL}`);
const app =
createApp(App)