You've already forked AstralRinth
forked from didirus/AstralRinth
Fix HTTP status code 200 -> 204 (#394)
This commit is contained in:
@@ -629,7 +629,7 @@ async fn upload_file_to_version_inner(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(HttpResponse::Ok().into())
|
Ok(HttpResponse::NoContent().body(""))
|
||||||
}
|
}
|
||||||
|
|
||||||
// This function is used for adding a file to a version, uploading the initial
|
// This function is used for adding a file to a version, uploading the initial
|
||||||
|
|||||||
Reference in New Issue
Block a user