mirror of
https://github.com/bitwarden/server
synced 2025-12-24 04:03:25 +00:00
user event route update
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Bit.Api.Controllers
|
|||||||
_currentContext = currentContext;
|
_currentContext = currentContext;
|
||||||
}
|
}
|
||||||
|
|
||||||
[HttpGet("user")]
|
[HttpGet("")]
|
||||||
public async Task<ListResponseModel<EventResponseModel>> GetUser(
|
public async Task<ListResponseModel<EventResponseModel>> GetUser(
|
||||||
[FromQuery]DateTime? start = null, [FromQuery]DateTime? end = null)
|
[FromQuery]DateTime? start = null, [FromQuery]DateTime? end = null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user