Cambio de direcciones

This commit is contained in:
evenegas
2025-06-30 14:03:25 -06:00
parent b18fd46acf
commit 3df7ef428b
8 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const CargaArchivo: React.FC = () => {
formData.append("file", archivo);
try {
const res = await fetch("http://localhost:4000/excel/load", {
const res = await fetch("https://venus.acatlan.unam.mx/servicios_pcpuma_test/excel/load", {
method: "POST",
headers: {
Authorization: `Bearer ${token}`,
+1 -1
View File
@@ -16,7 +16,7 @@ const FuenteCard: React.FC<FuenteCardProps> = ({ nombre, fecha, activa, id_mov }
}
try {
const res = await fetch(`http://localhost:4000/excel/activar-servicios/${id_mov}`, {
const res = await fetch(`https://venus.acatlan.unam.mx/servicios_pcpuma_test/excel/activar-servicios/${id_mov}`, {
method: "POST",
headers: {
Authorization: `Bearer ${token}`,