mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-09 20:43:53 +00:00
Add alias for DELETE call on accounts
This commit is contained in:
parent
ff8eeff995
commit
f7951b44ba
2 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,7 @@ pub fn routes() -> Vec<Route> {
|
|||
post_email_token,
|
||||
post_email,
|
||||
delete_account,
|
||||
post_delete_account,
|
||||
revision_date,
|
||||
password_hint,
|
||||
prelogin,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue