Update http functions overview page to show functions in searchable nested directory
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user