1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

made the get plans endpoint anonymous (#2107)

This commit is contained in:
Gbubemi Smith
2022-07-08 17:40:36 +01:00
committed by GitHub
parent 99ec5d5843
commit e9a88b5505

View File

@ -17,6 +17,7 @@ namespace Bit.Api.Controllers
}
[HttpGet("")]
[AllowAnonymous]
public ListResponseModel<PlanResponseModel> Get()
{
var data = StaticStore.Plans;