mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-08-28 21:35:50 +00:00
f5bd2001ba
Signed-off-by: Qi Zheng <qi.zheng@intel.com>
8 lines
123 B
Python
8 lines
123 B
Python
def handle(req):
|
|
"""handle a request to the function
|
|
Args:
|
|
req (str): request body
|
|
"""
|
|
|
|
return req
|