We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f46dc commit 975e13aCopy full SHA for 975e13a
src/superannotate/lib/core/__init__.py
@@ -16,7 +16,7 @@
16
CONFIG_PATH = "~/.superannotate/config.json"
17
CONFIG_FILE_LOCATION = expanduser(CONFIG_PATH)
18
LOG_FILE_LOCATION = expanduser("~/.superannotate/sa.log")
19
-BACKEND_URL = "https://api.annotate.online"
+BACKEND_URL = "https://api.superannotate.com"
20
21
DEFAULT_IMAGE_EXTENSIONS = ["jpg", "jpeg", "png", "tif", "tiff", "webp", "bmp"]
22
DEFAULT_FILE_EXCLUDE_PATTERNS = ["___save.png", "___fuse.png"]
0 commit comments