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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user