Files
fx-serverless/examples/functions/Python/func.py
Viktor Barzin 4cd8bde604 Fix typo (#544)
2020-06-01 17:57:22 -07:00

3 lines
42 B
Python
Vendored

def fx(request):
return "hello world"