Add PUT alias for editing cipher

This commit is contained in:
Miroslav Prasil
2018-08-15 14:27:37 +01:00
parent f1ade62638
commit f2fec345ec
2 changed files with 7 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ pub fn routes() -> Vec<Route> {
get_cipher_admin,
get_cipher_details,
post_ciphers,
put_cipher_admin,
post_ciphers_admin,
post_ciphers_import,
post_attachment,