UI: Use /api/agent-signals/terminate-all instead of /api/monkey-control/stop-all-agents
This commit is contained in:
parent
5bf63c1221
commit
bc43f81a11
|
@ -84,7 +84,7 @@ class MapPageComponent extends AuthComponent {
|
|||
}
|
||||
|
||||
killAllMonkeys = () => {
|
||||
this.authFetch('/api/monkey-control/stop-all-agents',
|
||||
this.authFetch('/api/agent-signals/terminate-all',
|
||||
{
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
|
|
Loading…
Reference in New Issue