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

@@ -1,7 +1,7 @@
import axios from 'axios';
// forzar subida
const baseURL = import.meta.env.API_BASE_URL || 'http://localhost:4000'
const baseURL = 'https://planilla.interno.com'
// const baseURL = import.meta.env.API_BASE_URL || 'https://planilla.interno.com'
console.log(baseURL);