Skip to content

Commit e47d090

Browse files
committed
Change /api to /v1
1 parent 74d1cec commit e47d090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unboxapi/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# UNBOX_ENDPOINT = "https://api-dev.unbox.ai/api"
1414
# UNBOX_ENDPOINT = "https://api.unbox.ai/api"
15-
UNBOX_ENDPOINT = "http://localhost:8080/api"
15+
UNBOX_ENDPOINT = "http://localhost:8080/v1"
1616
UNBOX_STORAGE_PATH = os.path.expanduser("~/unbox/unbox-onpremise/userStorage")
1717

1818

0 commit comments

Comments
 (0)