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
This commit is contained in:
BlackDex 2023-12-07 11:28:54 +01:00
parent 46fb588f37
commit e85ecc4412
No known key found for this signature in database
GPG Key ID: 58C80A2AA6C765E1

View File

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