Skip to content

Commit 6d1f20b

Browse files
committed
Change endpoint to api.unbox.ai
1 parent 4037985 commit 6d1f20b

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
@@ -29,7 +29,7 @@ class StorageType(Enum):
2929

3030

3131
STORAGE = StorageType.AWS
32-
UNBOX_ENDPOINT = "https://api-staging.unbox.ai/v1"
32+
UNBOX_ENDPOINT = "https://api.unbox.ai/v1"
3333

3434

3535
class Api:

0 commit comments

Comments
 (0)