Display http function invoked count in list
This commit is contained in:
@@ -8,7 +8,7 @@ def create_http_function_view_model(http_function):
|
||||
"name": name,
|
||||
"script_content": http_function['script_content'],
|
||||
"url": f"{base_url}{name}",
|
||||
"invoke_count": http_function['invoked_count'],
|
||||
"invoked_count": http_function['invoked_count'],
|
||||
"environment_info": http_function['environment_info']
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user