From bd1a818454365481c0e9a170db2777ac4854b2f3 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Fri, 5 Aug 2022 09:38:32 -0600 Subject: [PATCH] =?UTF-8?q?chore:=20Update=20files=20=E2=99=BB=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/routes/run.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/routes/run.svelte b/client/src/routes/run.svelte index 32217aa6..2ae57c38 100644 --- a/client/src/routes/run.svelte +++ b/client/src/routes/run.svelte @@ -100,7 +100,7 @@ async function handleCancel(e) { const r = await fetch(`${BASE}/run`, { - method: "PUT", + method: "DELETE", mode: "cors", headers: { "Accept": "application/json",