mirror of
https://github.com/bitwarden/server
synced 2025-12-22 03:03:33 +00: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