Skip to content

Commit 40ec96d

Browse files
committed
Fix endpoint
1 parent a3b19d1 commit 40ec96d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/superannotate/lib/core/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111

1212
CONFIG_FILE_LOCATION = str(Path.home() / ".superannotate")
13-
# BACKEND_URL = "https://api.annotate.online"
14-
BACKEND_URL = "https://api.devsuperannotate.com"
13+
BACKEND_URL = "https://api.annotate.online"
1514

1615
DEFAULT_IMAGE_EXTENSIONS = ("jpg", "jpeg", "png", "tif", "tiff", "webp", "bmp")
1716
DEFAULT_FILE_EXCLUDE_PATTERNS = ("___save.png", "___fuse.png")

0 commit comments

Comments
 (0)