Very rudimentary Python support
Create a python environment. Only supports GET; doesn't support any parameters etc. yet. Basically just enough for a hello world demo.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
def main(context):
|
||||
return "Hello, world!"
|
||||
Reference in New Issue
Block a user