Skip to content

Commit

Permalink
fix: url
Browse files Browse the repository at this point in the history
  • Loading branch information
suryaiyer95 committed May 31, 2024
1 parent d0129da commit b5b2a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datapilot/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def map_url_to_instance(url, instance):
"https://api.tryaltimate.com": f"https://{instance}.demo.tryaltimate.com",
"https://api.myaltimate.com": f"https://{instance}.app.myaltimate.com",
"https://api.getaltimate.com": f"https://{instance}.app.getaltimate.com",
"http://localhost:8000": "http://localhost:8000",
"http://localhost:8000": "http://{instance}.localhost:3000",
}

# Check if the URL is in the dictionary and return the corresponding instance URL
Expand Down

0 comments on commit b5b2a17

Please sign in to comment.