Update http functions overview page to show functions in searchable nested directory

This commit is contained in:
Peter Stockings
2025-11-19 17:28:35 +11:00
parent b210188556
commit 00c0d19e3e
8 changed files with 366 additions and 207 deletions

View File

@@ -3,6 +3,8 @@ def create_http_function_view_model(http_function):
"id": http_function['id'],
"user_id": http_function['user_id'],
"name": http_function['name'],
"path": http_function['path'],
"runtime": http_function['runtime'],
"script_content": http_function['script_content'],
"invoked_count": http_function['invoked_count'],
"environment_info": http_function['environment_info'],