From 6a894df009417f8d62b0748484a374cae0dffd0d Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Wed, 20 Dec 2023 21:08:26 +1100 Subject: [PATCH] In function editor response panel show returned http status code --- templates/function_editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/function_editor.html b/templates/function_editor.html index bc97834..085115d 100644 --- a/templates/function_editor.html +++ b/templates/function_editor.html @@ -55,7 +55,7 @@
-

Response

+

Response: ${data?.result?.status}

${data.status == 'SUCCESS' ? data.result.body : data.result}