forked from p15670423/monkey
Agent: Rename api/monkey_control to api/monkey-control
This commit is contained in:
parent
d2cc056a55
commit
52ee31e326
|
@ -25,7 +25,7 @@ class ControlChannel(IControlChannel):
|
||||||
return True
|
return True
|
||||||
try:
|
try:
|
||||||
url = (
|
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}"
|
f"/needs-to-stop/{self._agent_id}"
|
||||||
)
|
)
|
||||||
response = requests.get( # noqa: DUO123
|
response = requests.get( # noqa: DUO123
|
||||||
|
|
Loading…
Reference in New Issue