Cambio de direcciones
This commit is contained in:
@@ -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}`,
|
||||
|
||||
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user