knative-report/functions/helloget.py

3 lines
46 B
Python
Raw Normal View History

2019-10-02 18:27:25 +02:00
def foo(event, context):
return "hello world"