Skip to content

Commit e9b7fe1

Browse files
committed
don't use base url for upload
1 parent 15e99b4 commit e9b7fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ayon_api/server_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@ def upload_file_from_stream(
16221622
requests.Response: Response object
16231623
16241624
"""
1625-
url = self._endpoint_to_url(endpoint, use_rest=False)
1625+
url = self._endpoint_to_url(endpoint)
16261626

16271627
# Create dummy object so the function does not have to check
16281628
# 'progress' variable everywhere

0 commit comments

Comments
 (0)