Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
02c03a6c60 |
4
main.py
Normal file
4
main.py
Normal file
@ -0,0 +1,4 @@
|
||||
def main(request):
|
||||
data = request.get_json(force=True)
|
||||
name = data.get("name", "world")
|
||||
return f"Hello, {name}"
|
||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
functions-framework==1.4.3
|
||||
markupsafe==2.0.1
|
||||
Loading…
Reference in New Issue
Block a user