1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-28 14:54:50 -05:00

org event route update

This commit is contained in:
Kyle Spearrin 2017-12-14 13:27:27 -05:00
parent 7cd50eccf0
commit 2a757a39b9

View File

@ -40,7 +40,7 @@ namespace Bit.Api.Controllers
return new ListResponseModel<EventResponseModel>(responses);
}
[HttpGet("organization/{id}")]
[HttpGet("~/organization/{id}/events")]
public async Task<ListResponseModel<EventResponseModel>> GetOrganization(string id,
[FromQuery]DateTime? start = null, [FromQuery]DateTime? end = null)
{