url correcta para la conexion a la api de la UI
Some checks failed
build-and-deploy / filter (push) Successful in 2s
Sync to GitHub / sync (push) Failing after 2s
build-and-deploy / build (push) Successful in 10s
build-and-deploy / deploy (push) Successful in 14s

This commit is contained in:
2025-05-30 02:38:19 -06:00
parent f5053ab5c1
commit 944f4a1567

View File

@@ -1,7 +1,7 @@
import axios from 'axios';
const apiClient = axios.create({
baseURL: 'http://planilla-api:4000/api', // Using the container name and API port
baseURL: 'https://server.interno.com/api', // Using the container name and API port
headers: {
'Content-Type': 'application/json',
},