We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e99b4 commit e9b7fe1Copy full SHA for e9b7fe1
1 file changed
ayon_api/server_api.py
@@ -1622,7 +1622,7 @@ def upload_file_from_stream(
1622
requests.Response: Response object
1623
1624
"""
1625
- url = self._endpoint_to_url(endpoint, use_rest=False)
+ url = self._endpoint_to_url(endpoint)
1626
1627
# Create dummy object so the function does not have to check
1628
# 'progress' variable everywhere
0 commit comments