Skip to content

Commit 303ae40

Browse files
committed
Closes UNB-2429 by changing python client
1 parent 01cc9da commit 303ae40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unboxapi/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
from .exceptions import ExceptionMap, UnboxException
1111
from .version import __version__
1212

13-
# UNBOX_ENDPOINT = "https://api-dev.unbox.ai/api"
13+
# UNBOX_ENDPOINT = "https://api-staging.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)