import axios from 'axios'; // forzar subida const apiClient = axios.create({ baseURL: 'http://planilla.interno.com', // Using the container name and API port headers: { 'Content-Type': 'application/json', }, }); export default apiClient;