usar el mcp como es

This commit is contained in:
2025-06-04 17:26:27 -06:00
parent 533637ca51
commit 5f9de85b44

View File

@@ -1,7 +1,7 @@
import axios from 'axios'; import axios from 'axios';
// forzar subida // forzar subida
const apiClient = axios.create({ 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: { headers: {
'Content-Type': 'application/json', 'Content-Type': 'application/json',
}, },