mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
made the get plans endpoint anonymous (#2107)
This commit is contained in:
@ -17,6 +17,7 @@ namespace Bit.Api.Controllers
|
||||
}
|
||||
|
||||
[HttpGet("")]
|
||||
[AllowAnonymous]
|
||||
public ListResponseModel<PlanResponseModel> Get()
|
||||
{
|
||||
var data = StaticStore.Plans;
|
||||
|
Reference in New Issue
Block a user