Changed crystal template, picked latest flask one
This commit is contained in:
7
template/python3-flask/function/handler.py
Normal file
7
template/python3-flask/function/handler.py
Normal file
@ -0,0 +1,7 @@
|
||||
def handle(req):
|
||||
"""handle a request to the function
|
||||
Args:
|
||||
req (str): request body
|
||||
"""
|
||||
|
||||
return req
|
Reference in New Issue
Block a user