1
0
mirror of https://github.com/bitwarden/server synced 2025-12-18 09:13:19 +00:00

user event route update

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

View File

@@ -29,7 +29,7 @@ namespace Bit.Api.Controllers
_currentContext = currentContext;
}
[HttpGet("user")]
[HttpGet("")]
public async Task<ListResponseModel<EventResponseModel>> GetUser(
[FromQuery]DateTime? start = null, [FromQuery]DateTime? end = null)
{