diff --git a/src/Api/Controllers/PlansController.cs b/src/Api/Controllers/PlansController.cs index ba609511f..5f5d44c33 100644 --- a/src/Api/Controllers/PlansController.cs +++ b/src/Api/Controllers/PlansController.cs @@ -17,6 +17,7 @@ namespace Bit.Api.Controllers } [HttpGet("")] + [AllowAnonymous] public ListResponseModel Get() { var data = StaticStore.Plans;