mirror of
https://github.com/bitwarden/server.git
synced 2024-11-28 13:15:12 +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("")]
|
[HttpGet("")]
|
||||||
|
[AllowAnonymous]
|
||||||
public ListResponseModel<PlanResponseModel> Get()
|
public ListResponseModel<PlanResponseModel> Get()
|
||||||
{
|
{
|
||||||
var data = StaticStore.Plans;
|
var data = StaticStore.Plans;
|
||||||
|
Loading…
Reference in New Issue
Block a user