UI: Use /api/agent-signals/terminate-all instead of /api/monkey-control/stop-all-agents

This commit is contained in:
Shreya Malviya 2022-09-23 18:05:35 +05:30 committed by Mike Salvatore
parent 5bf63c1221
commit bc43f81a11
1 changed files with 1 additions and 1 deletions

View File

@ -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'},