delete hardcode

This commit is contained in:
2025-11-28 15:57:00 -06:00
parent 46c5bcd613
commit c887f67ed2
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export default function DownloadReporteXLSX() {
try {
const response = await fetch(
"https://venus.acatlan.unam.mx/censo_test/equipos/reporteXLSX",{headers}
`${process.env.NEXT_PUBLIC_API_URL}/equipos/reporteXLSX`,{headers}
);
if (!response.ok) {