1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-12-15 10:29:19 +00:00

Implemented API endpoints to modify profile name and hint, and to change email address, fixes #43

This commit is contained in:
Daniel García 2018-06-17 00:06:59 +02:00
commit 1c45c2ec3a
2 changed files with 57 additions and 3 deletions

View file

@ -14,10 +14,12 @@ pub fn routes() -> Vec<Route> {
routes![
register,
profile,
post_profile,
get_public_keys,
post_keys,
post_password,
post_sstamp,
post_email_token,
post_email,
delete_account,
revision_date,