...
This commit is contained in:
parent
2fd01b6e9f
commit
e73333145d
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ async fn get_progress(
|
|||
if values.is_empty() {
|
||||
println!("nicht gefunden");
|
||||
return (
|
||||
StatusCode::FORBIDDEN,
|
||||
StatusCode::BAD_GATEWAY,
|
||||
Json(json!({"message": "Field 'document' not provided."})),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue