We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af79f9 commit 4017c3dCopy full SHA for 4017c3d
src/superannotate/lib/infrastructure/services.py
@@ -83,8 +83,7 @@ def __init__(
83
def assets_provider_url(self):
84
if self.api_url != constance.BACKEND_URL:
85
return "https://assets-provider.devsuperannotate.com/api/v1.01/"
86
- # return "https://e53a-178-160-196-42.ngrok.io/api/v1.01/"
87
- return "https://assets-provider.superannotate.com/api/v1/"
+ return "https://assets-provider.superannotate.com/api/v1.01/"
88
89
@lru_cache(maxsize=32)
90
def _get_session(self, thread_id, ttl=None): # noqa
0 commit comments