Skip to content

Commit 975e13a

Browse files
committed
Updated BACKEND_URL
1 parent 97f46dc commit 975e13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
CONFIG_PATH = "~/.superannotate/config.json"
1717
CONFIG_FILE_LOCATION = expanduser(CONFIG_PATH)
1818
LOG_FILE_LOCATION = expanduser("~/.superannotate/sa.log")
19-
BACKEND_URL = "https://api.annotate.online"
19+
BACKEND_URL = "https://api.superannotate.com"
2020

2121
DEFAULT_IMAGE_EXTENSIONS = ["jpg", "jpeg", "png", "tif", "tiff", "webp", "bmp"]
2222
DEFAULT_FILE_EXCLUDE_PATTERNS = ["___save.png", "___fuse.png"]

0 commit comments

Comments
 (0)