Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
sumansaurabh committed Feb 23, 2024
1 parent 0cea819 commit ae41b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure_devops.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pprint import pprint

base_url = f"https://production-gateway.snorkell.ai"
base_url = "https://8455-2401-4900-1f26-31a3-d13d-e5fe-ee8f-f94d.ngrok-free.app/api/v1/health"
# base_url = "https://8455-2401-4900-1f26-31a3-d13d-e5fe-ee8f-f94d.ngrok-free.app/api/v1/health"

async def notify_error(message):
message = f"GithubClient alert:\n {message}"
Expand Down

0 comments on commit ae41b3a

Please sign in to comment.