Skip to content

Commit eca5261

Browse files
committed
Changed api to dev
1 parent 2db7c76 commit eca5261

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/superannotate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import sys
33

4-
__version__ = "4.4.2dev10"
4+
__version__ = "4.4.2dev11"
55

66
sys.path.append(os.path.split(os.path.realpath(__file__))[0])
77

src/superannotate/lib/infrastructure/services.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,7 @@ def __init__(
8282
@property
8383
def assets_provider_url(self):
8484
if self.api_url != constance.BACKEND_URL:
85-
# return "http://ec2-18-237-224-179.us-west-2.compute.amazonaws.com:3009/api/v1.01/"
86-
return (
87-
"https://sa-assets-provider.us-west-2.elasticbeanstalk.com/api/v1.01/"
88-
)
89-
# return "https://assets-provider.devsuperannotate.com/api/v1.01/"
85+
return "https://assets-provider.devsuperannotate.com/api/v1.01/"
9086
return "https://assets-provider.superannotate.com/api/v1/"
9187

9288
@lru_cache(maxsize=32)

0 commit comments

Comments
 (0)