Compare commits

...

1 Commits
main ... v5

Author SHA1 Message Date
FunctionsAPI
7ca74a88e7 Automatic push from FunctionsAPI 2024-10-29 12:55:26 +00:00
3 changed files with 5 additions and 2 deletions

View File

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

4
main.py Normal file
View File

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

0
requirements.txt Normal file
View File