Skip to content

Commit

Permalink
fix: updated api base url
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaOloton committed Aug 24, 2024
1 parent 012dc0e commit 529a16a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion update_api_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 529a16a

Please sign in to comment.