1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-24 12:35:25 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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