mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-11 21:40:08 +00:00
Add PUT alias for profile update
This commit is contained in:
parent
3d1fc0f2e8
commit
12a2dc0901
2 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,7 @@ pub fn routes() -> Vec<Route> {
|
|||
routes![
|
||||
register,
|
||||
profile,
|
||||
put_profile,
|
||||
post_profile,
|
||||
get_public_keys,
|
||||
post_keys,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue