File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/superannotate/lib/infrastructure Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments