Skip to content

Commit 4017c3d

Browse files
authored
Update services.py
1 parent 9af79f9 commit 4017c3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/superannotate/lib/infrastructure/services.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ def __init__(
8383
def assets_provider_url(self):
8484
if self.api_url != constance.BACKEND_URL:
8585
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/"
86+
return "https://assets-provider.superannotate.com/api/v1.01/"
8887

8988
@lru_cache(maxsize=32)
9089
def _get_session(self, thread_id, ttl=None): # noqa

0 commit comments

Comments
 (0)