Compare commits

..

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

3 changed files with 2 additions and 7 deletions

View File

@ -1 +1,2 @@
# python hello-world # da92e22c87c14e7babafcf947eed51e9

View File

@ -1,4 +0,0 @@
def main(request):
data = request.get_json(force=True)
name = data.get("name", "world")
return f"Hello, {name}"

View File

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