diff --git a/templates/function_editor.html b/templates/function_editor.html index 27e8a27..bc97834 100644 --- a/templates/function_editor.html +++ b/templates/function_editor.html @@ -57,8 +57,8 @@

Response

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