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"