Create a python environment. Only supports GET; doesn't support any parameters etc. yet. Basically just enough for a hello world demo.
3 lines
46 B
Python
3 lines
46 B
Python
def main(context):
|
|
return "Hello, world!"
|