Update http functions overview page to show functions in searchable nested directory
This commit is contained in:
@@ -23,6 +23,7 @@ title='New HTTP Function')
|
||||
m.mount(document.getElementById("app"), {
|
||||
view: () => m(Editor, {
|
||||
name: '{{ name }}',
|
||||
path: '{{ path }}',
|
||||
jsValue: {{ script | tojson | safe }},
|
||||
pythonValue: {{ default_python_script | tojson | safe }},
|
||||
jsonValue: {{ environment_info | tojson | safe }},
|
||||
|
||||
Reference in New Issue
Block a user