File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11import os
22import sys
33
4- __version__ = "4.4.2dev10 "
4+ __version__ = "4.4.2dev11 "
55
66sys .path .append (os .path .split (os .path .realpath (__file__ ))[0 ])
77
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments