Agent: `/api/agent-events` in place of `/api/events`

This commit is contained in:
Shreya Malviya 2022-09-16 18:03:10 +05:30 committed by Mike Salvatore
parent cfc0905d0c
commit 66eaccb698
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ logger = logging.getLogger(__name__)
DEFAULT_TIME_PERIOD_SECONDS = 5
EVENTS_API_URL = "https://%s/api/events"
EVENTS_API_URL = "https://%s/api/agent-events"
class AgentEventForwarder: