diff --git a/src/Api/Controllers/EventsController.cs b/src/Api/Controllers/EventsController.cs index 700fecaa95..edc1b0ad64 100644 --- a/src/Api/Controllers/EventsController.cs +++ b/src/Api/Controllers/EventsController.cs @@ -40,7 +40,7 @@ namespace Bit.Api.Controllers return new ListResponseModel(responses); } - [HttpGet("organization/{id}")] + [HttpGet("~/organization/{id}/events")] public async Task> GetOrganization(string id, [FromQuery]DateTime? start = null, [FromQuery]DateTime? end = null) {