Change documents routes; fix #416

This commit is contained in:
qdequele 2020-01-02 12:24:29 +01:00
parent a5c5df0290
commit f0590d3301
No known key found for this signature in database
GPG key ID: B3F0A000EBF11745
4 changed files with 24 additions and 8 deletions

View file

@ -72,7 +72,7 @@ pub fn load_routes(app: &mut tide::App<Data>) {
});
router
.at("/delete")
.at("/delete-batch")
.post(document::delete_multiple_documents);
});