From 91a7b5be279a33b3fa2961c80ddf26170ea0778e Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Mon, 27 Feb 2023 05:37:17 +0300 Subject: [PATCH] Update editor.html --- www/editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/editor.html b/www/editor.html index 605d3ad0..a9f90f71 100644 --- a/www/editor.html +++ b/www/editor.html @@ -42,7 +42,7 @@ }).then(r => { if (r.ok) { alert('OK'); - fetch('api/exit', {method: 'POST'}); + fetch('api/exit?code=1', {method: 'POST'}); } else { r.text().then(alert); }