Skip to content

Commit 9a2e13b

Browse files
committed
change assets provider url
1 parent f31505d commit 9a2e13b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/superannotate/lib/infrastructure/services.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def __init__(
7070
@property
7171
def assets_provider_url(self):
7272
if self.api_url != constance.BACKEND_URL:
73-
return "https://sa-assets-provider.us-west-2.elasticbeanstalk.com/api/v1/"
73+
return "https://assets-provider.devsuperannotate.com/api/v1/"
7474
return "https://assets-provider.superannotate.com/api/v1/"
7575

7676
@timed_lru_cache(seconds=360)
@@ -234,7 +234,7 @@ class SuperannotateBackendService(BaseBackendService):
234234
URL_DELETE_ANNOTATIONS = "annotations/remove"
235235
URL_DELETE_ANNOTATIONS_PROGRESS = "annotations/getRemoveStatus"
236236
URL_GET_LIMITS = "project/{}/limitationDetails"
237-
URL_GET_ANNOTATIONS = "annotations/stream"
237+
URL_GET_ANNOTATIONS = "images/annotations/stream"
238238
URL_UPLOAD_PRIORITY_SCORES = "images/updateEntropy"
239239
URL_GET_INTEGRATIONS = "integrations"
240240
URL_ATTACH_INTEGRATIONS = "image/integration/create"

0 commit comments

Comments
 (0)