mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
rename method Get => GetUser
This commit is contained in:
@ -48,7 +48,7 @@ namespace Bit.Api.Controllers
|
||||
}
|
||||
|
||||
[HttpGet("")]
|
||||
public async Task<ListResponseModel<OrganizationResponseModel>> Get()
|
||||
public async Task<ListResponseModel<OrganizationResponseModel>> GetUser()
|
||||
{
|
||||
var userId = _userService.GetProperUserId(User).Value;
|
||||
var organizations = await _organizationRepository.GetManyByUserIdAsync(userId);
|
||||
|
Reference in New Issue
Block a user