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:
parent
2a757a39b9
commit
f8f8eb5411
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user