We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a781d21 commit e2bdd8eCopy full SHA for e2bdd8e
src/app/components/plugins/Spammer.tsx
@@ -255,7 +255,7 @@ class Spammer extends AsyncComponent<unknown, SpammerState> {
255
};
256
}>(
257
`${window.location.protocol}//${window.location.host}`,
258
- "/api/plugins/spammer/start",
+ "/api/plugins/spammer/v1/start",
259
"post",
260
{
261
bpsRateLimit: Number.parseFloat(this.state.bps),
@@ -282,7 +282,7 @@ class Spammer extends AsyncComponent<unknown, SpammerState> {
282
283
284
285
- "/api/plugins/spammer/stop",
+ "/api/plugins/spammer/v1/stop",
286
287
undefined,
288
Spammer.buildAuthHeaders());
0 commit comments