Browse Source

Add missing route

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 #4076
Fixes #4144
pull/4143/head
BlackDex 2 years ago
parent
commit
e85ecc4412
No known key found for this signature in database GPG Key ID: 58C80A2AA6C765E1
  1. 1
      src/api/core/emergency_access.rs

1
src/api/core/emergency_access.rs

@ -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,

Loading…
Cancel
Save