Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93fb0613de |
@ -1,2 +1,6 @@
|
||||
# 146444e3f8cd41928cfe90fb3ebf121a
|
||||
"Function called with request: {request}")
|
||||
|
||||
data = request.get_json(force=True)
|
||||
|
||||
logging.info(f"Received data: {data}")
|
||||
return {"result": data.get("a", 0)+data.get("b", 0)}# python hello-world
|
||||
|
||||
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