Implement cipher sharing

This commit is contained in:
Miroslav Prasil
2018-05-14 16:13:59 +01:00
parent a00ecf228d
commit 8b18c4c633
3 changed files with 55 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ pub fn routes() -> Vec<Route> {
delete_attachment_post,
delete_attachment,
post_cipher_admin,
post_cipher_share,
post_cipher,
put_cipher,
delete_cipher_post,