Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-02-21 12:58:44 +00:00
parent 62f037c1e6
commit 733e743f88
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