Skip to content

Commit

Permalink
Add missing route
Browse files Browse the repository at this point in the history
While there was a function and a derive, this endpoint wasn't part of
the routes. Since Bitwarden does have this endpoint ill add the route
instead of deleting it.

Fixes dani-garcia#4076
Fixes dani-garcia#4144
  • Loading branch information
BlackDex committed Dec 7, 2023
1 parent 46fb588 commit e85ecc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/core/emergency_access.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub fn routes() -> Vec<Route> {
get_grantees,
get_emergency_access,
put_emergency_access,
post_emergency_access,
delete_emergency_access,
post_delete_emergency_access,
send_invite,
Expand Down

0 comments on commit e85ecc4

Please sign in to comment.