diff --git a/api/customs/tasks/microservice_v2.py b/api/customs/tasks/microservice_v2.py index b102863..5497740 100644 --- a/api/customs/tasks/microservice_v2.py +++ b/api/customs/tasks/microservice_v2.py @@ -117,7 +117,7 @@ def procesar_edocs_pedimento(pedimento_id): } response = requests.post( - f"{SERVICE_API_URL_V2}/services/all/acuse/pedimento/", + f"{SERVICE_API_URL_V2}/services/download/all/edocs/", data=json.dumps(payload), headers={"Content-Type": "application/json"} )