@ -20,7 +20,7 @@ def fetch_maximo_data(**context):
request_id = str(uuid.uuid4())
# Connection configuration
base_url = "http://192.168.1.84:5002"
base_url = "http://10.47.0.65"
endpoint = "/fetch-maximo-daily"
fetch_url = f"{base_url}{endpoint}"