mirror of
https://github.com/bitwarden/server.git
synced 2025-12-11 23:31:02 -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;
|
namespace Bit.Api.Billing.Controllers;
|
||||||
|
|
||||||
[Route("plans")]
|
[Route("plans")]
|
||||||
[Authorize("Web")]
|
[Authorize("Application")]
|
||||||
public class PlansController(
|
public class PlansController(
|
||||||
IPricingClient pricingClient) : Controller
|
IPricingClient pricingClient) : Controller
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user