arreglado problema de CORS
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 15s

This commit is contained in:
2025-05-30 10:02:11 -06:00
parent 0119a77cb7
commit 4690197ca4

View File

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