1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-25 03:21:46 +01: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)
{