Merge pull request #139 from mprasil/edit_shared_fix

Add PUT alias for editing cipher
This commit is contained in:
Daniel García
2018-08-15 23:02:59 +02:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

View File

@@ -33,6 +33,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,