@ -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}"