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 4037985 commit 6d1f20bCopy full SHA for 6d1f20b
unboxapi/api.py
@@ -29,7 +29,7 @@ class StorageType(Enum):
29
30
31
STORAGE = StorageType.AWS
32
-UNBOX_ENDPOINT = "https://api-staging.unbox.ai/v1"
+UNBOX_ENDPOINT = "https://api.unbox.ai/v1"
33
34
35
class Api:
0 commit comments