Compare commits

..

No commits in common. "v2" and "main" have entirely different histories.
v2 ... main

3 changed files with 2 additions and 7 deletions

View File

@ -1 +1,2 @@
# python hello-world
# 69a5e5a5897c40419db5f8e67534087b

View File

@ -1,2 +0,0 @@
def main(request):
return "hello, world"

View File

@ -1,4 +0,0 @@
def main(request):
data = request.get_json(force=True)
print(data)
return data