Implement delete-admin call

This commit is contained in:
Miroslav Prasil
2018-07-01 12:43:11 +01:00
parent 4fcdf33621
commit d84d8d756f
2 changed files with 6 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ pub fn routes() -> Vec<Route> {
post_cipher,
put_cipher,
delete_cipher_post,
delete_cipher_post_admin,
delete_cipher,
delete_cipher_selected,
delete_all,