Add community section where public functions can be viewed
This commit is contained in:
@@ -4,6 +4,7 @@ def create_http_function_view_model(http_function):
|
||||
"user_id": http_function['user_id'],
|
||||
"name": http_function['name'],
|
||||
"path": http_function['path'],
|
||||
"description": http_function['description'],
|
||||
"runtime": http_function['runtime'],
|
||||
"script_content": http_function['script_content'],
|
||||
"invoked_count": http_function['invoked_count'],
|
||||
|
||||
Reference in New Issue
Block a user