Compare commits

..

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

3 changed files with 2 additions and 5 deletions

View File

@ -1 +1,2 @@
# python hello-world # 7b64d75ca4c54f29994d98db8b271461

View File

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

View File