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 74d1cec commit e47d090Copy full SHA for e47d090
unboxapi/api.py
@@ -12,7 +12,7 @@
12
13
# UNBOX_ENDPOINT = "https://api-dev.unbox.ai/api"
14
# UNBOX_ENDPOINT = "https://api.unbox.ai/api"
15
-UNBOX_ENDPOINT = "http://localhost:8080/api"
+UNBOX_ENDPOINT = "http://localhost:8080/v1"
16
UNBOX_STORAGE_PATH = os.path.expanduser("~/unbox/unbox-onpremise/userStorage")
17
18
0 commit comments