Further refactor, still need to cleanup db.py

This commit is contained in:
Peter Stockings
2025-07-21 23:25:25 +10:00
parent 2ec44252bb
commit f55f50d0dc
11 changed files with 130 additions and 389 deletions

View File

@@ -9,8 +9,8 @@ show_refresh=False,
show_logs=False,
show_client=False,
show_link=False,
dashboardUrl=url_for('http.dashboard_http_functions'),
cancel_url=url_for('http.dashboard_http_functions'),
dashboardUrl=url_for('http.overview'),
cancel_url=url_for('http.overview'),
title='New HTTP Function')
}}
@@ -32,9 +32,9 @@ title='New HTTP Function')
logRequest: {{ log_request | tojson }},
logResponse: {{ log_response | tojson }},
executeUrl: "{{ url_for('execute_code', playground='true') }}",
saveUrl: "{{ url_for('http.api_create_http_function') }}",
saveUrl: "{{ url_for('http.new') }}",
showDeleteButton: false,
dashboardUrl: "{{ url_for('http.dashboard_http_functions') }}"
dashboardUrl: "{{ url_for('http.overview') }}"
})
})
</script>