Skip to content

Commit e88002b

Browse files
committed
it should be a get
1 parent d02925e commit e88002b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/workspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ def _upload_zip(
611611
model_file_name: str,
612612
):
613613
# This endpoint returns a signed URL to upload the model
614-
res = requests.post(
614+
res = requests.get(
615615
f"{API_URL}/{self.url}/uploadModel?api_key={self.__api_key}&modelType={model_type}&modelName={model_name}&projectIds={','.join(project_ids)}&nocache=true"
616616
)
617617
try:

0 commit comments

Comments
 (0)