From 52ee31e326ee58a9d46735db95f4bb3a45e4621f Mon Sep 17 00:00:00 2001 From: Ilija Lazoroski Date: Fri, 15 Apr 2022 13:17:26 +0200 Subject: [PATCH] Agent: Rename api/monkey_control to api/monkey-control --- monkey/infection_monkey/master/control_channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/infection_monkey/master/control_channel.py b/monkey/infection_monkey/master/control_channel.py index 7795a35f7..a74724991 100644 --- a/monkey/infection_monkey/master/control_channel.py +++ b/monkey/infection_monkey/master/control_channel.py @@ -25,7 +25,7 @@ class ControlChannel(IControlChannel): return True try: url = ( - f"https://{self._control_channel_server}/api/monkey_control" + f"https://{self._control_channel_server}/api/monkey-control" f"/needs-to-stop/{self._agent_id}" ) response = requests.get( # noqa: DUO123