From 5f9de85b44292847e0432d65cfccce66863b999b Mon Sep 17 00:00:00 2001 From: josedario87 Date: Wed, 4 Jun 2025 17:26:27 -0600 Subject: [PATCH] usar el mcp como es --- ui/src/apiClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/apiClient.js b/ui/src/apiClient.js index 6e93ec3..9ba4c2f 100644 --- a/ui/src/apiClient.js +++ b/ui/src/apiClient.js @@ -1,7 +1,7 @@ import axios from 'axios'; // forzar subida const apiClient = axios.create({ - baseURL: 'http://planilla.interno.com', // Using the container name and API port + baseURL: 'http://planilla.interno.com', // Using the container name and API port headers: { 'Content-Type': 'application/json', },