FeatureFuel
1

Remove post macro from api::core::emergency_access::post_emergency_access or add to routes!

Source: dani-garcia/vaultwarden#4076 · opened by @zacknewman
[api::core::emergency_access::post_emergency_access]( is only ever used once in put_emergency_access, and the Route is not added by routes! in routes. Three fixes are:
• add the Route via routes! in routes.
• Remove the post macro.
• Remove the function altogether and integrate its body into put_emergency_access.

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests