Compare commits

..

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

3 changed files with 2 additions and 8 deletions

View File

@ -1 +1,2 @@
# python hello-world # 5633d962cdf94000ba35ac4fee54cd8e

View File

@ -1,5 +0,0 @@
def main(request):
request_json = request.get_json(silent=True) or {}
name = request_json.get("name", "world")
return f"Hello, {name}"

View File

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