Compare commits

..

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

2 changed files with 0 additions and 6 deletions

View File

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

View File

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