mirror of
https://github.com/bitwarden/server.git
synced 2025-12-10 15:55:10 -06:00
[PM-23713] plans controller needs app authorize so desktop and browser can use (#6512)
This commit is contained in:
parent
4b1685d346
commit
ca0d5bf8cb
@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Mvc;
|
||||
namespace Bit.Api.Billing.Controllers;
|
||||
|
||||
[Route("plans")]
|
||||
[Authorize("Web")]
|
||||
[Authorize("Application")]
|
||||
public class PlansController(
|
||||
IPricingClient pricingClient) : Controller
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user