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 01cc9da commit 303ae40Copy full SHA for 303ae40
unboxapi/api.py
@@ -10,9 +10,9 @@
10
from .exceptions import ExceptionMap, UnboxException
11
from .version import __version__
12
13
-# UNBOX_ENDPOINT = "https://api-dev.unbox.ai/api"
+# UNBOX_ENDPOINT = "https://api-staging.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