Island: Rename `/api/events` to `/api/agent-events`

This commit is contained in:
Shreya Malviya 2022-09-16 18:02:22 +05:30 committed by Mike Salvatore
parent 354d6624d3
commit cfc0905d0c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ logger = logging.getLogger(__name__)
class AgentEvents(AbstractResource):
urls = ["/api/events"]
urls = ["/api/agent-events"]
def __init__(
self,