From e9aaccc173359bfc2111d4589a68ede450099b31 Mon Sep 17 00:00:00 2001 From: MrWaradana Date: Thu, 10 Apr 2025 10:31:20 +0700 Subject: [PATCH] add prefix envelope --- dags/fetch_maximo_daily.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dags/fetch_maximo_daily.py b/dags/fetch_maximo_daily.py index 4d3b28f..58b8b70 100644 --- a/dags/fetch_maximo_daily.py +++ b/dags/fetch_maximo_daily.py @@ -20,7 +20,7 @@ def fetch_maximo_data(**context): request_id = str(uuid.uuid4()) # Connection configuration - base_url = "http://10.47.0.65" + base_url = "http://10.47.0.65/envelope" endpoint = "/fetch-maximo-daily" fetch_url = f"{base_url}{endpoint}"