From 529a16a56f7ebd022d5641a492fabafaedd7731f Mon Sep 17 00:00:00 2001 From: Joshua Oloton Date: Sat, 24 Aug 2024 01:14:55 +0100 Subject: [PATCH] fix: updated api base url --- update_api_status.py | 1 - 1 file changed, 1 deletion(-) diff --git a/update_api_status.py b/update_api_status.py index 4c0b11e6f..e60344ac1 100644 --- a/update_api_status.py +++ b/update_api_status.py @@ -2,7 +2,6 @@ import json # Define the API endpoint -# BASE_URL = "https://staging.api-python.boilerplate.hng.tech" BASE_URL = "https://staging.api-python.boilerplate.hng.tech" API_ENDPOINT = f"{BASE_URL}/api/v1/api-status"