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:
parent
99ec5d5843
commit
e9a88b5505
@ -17,6 +17,7 @@ namespace Bit.Api.Controllers
|
||||
}
|
||||
|
||||
[HttpGet("")]
|
||||
[AllowAnonymous]
|
||||
public ListResponseModel<PlanResponseModel> Get()
|
||||
{
|
||||
var data = StaticStore.Plans;
|
||||
|
Loading…
Reference in New Issue
Block a user