Skip to content

Commit

Permalink
add response message
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillFish8 committed Aug 28, 2021
1 parent 878b607 commit 8ba85c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ pub async fn delete_documents(
);
}

json_response(StatusCode::OK, &())
json_response(StatusCode::OK, "deleted any document matching term")
}

/// Deletes all documents.
Expand Down

0 comments on commit 8ba85c7

Please sign in to comment.