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:
parent
0905355629
commit
1c45c2ec3a
2 changed files with 57 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue