Skip to content

Commit

Permalink
fix azure devops url
Browse files Browse the repository at this point in the history
  • Loading branch information
sumansaurabh committed Feb 22, 2024
1 parent 9fedf19 commit c1d56d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/azure_devops.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import traceback
from pprint import pprint

# base_url = f"https://production-gateway.snorkell.ai"
base_url = "https://f0a8-2401-4900-1f26-31a3-b5b1-65c0-2624-a5e9.ngrok-free.app"
base_url = f"https://production-gateway.snorkell.ai"
# base_url = "https://f0a8-2401-4900-1f26-31a3-b5b1-65c0-2624-a5e9.ngrok-free.app"

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

0 comments on commit c1d56d2

Please sign in to comment.