diff --git a/src/Api/Controllers/EventsController.cs b/src/Api/Controllers/EventsController.cs index edc1b0ad64..72be775785 100644 --- a/src/Api/Controllers/EventsController.cs +++ b/src/Api/Controllers/EventsController.cs @@ -29,7 +29,7 @@ namespace Bit.Api.Controllers _currentContext = currentContext; } - [HttpGet("user")] + [HttpGet("")] public async Task> GetUser( [FromQuery]DateTime? start = null, [FromQuery]DateTime? end = null) {