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 8f2bcf5 commit 012dc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_api_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Define the API endpoint
# BASE_URL = "https://staging.api-python.boilerplate.hng.tech"
BASE_URL = "http://127.0.0.1:7001"
BASE_URL = "https://staging.api-python.boilerplate.hng.tech"
API_ENDPOINT = f"{BASE_URL}/api/v1/api-status"


Expand Down

0 comments on commit 012dc0e

Please sign in to comment.