Compare commits

...

1 Commits
main ... v2

Author SHA1 Message Date
FunctionsAPI
733e743f88 Automatic push from FunctionsAPI 2025-02-21 12:58:44 +00:00
2 changed files with 6 additions and 0 deletions

4
main.py Normal file
View File

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

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
functions-framework==1.4.3
markupsafe==2.0.1