146444e3f8cd41928cfe90fb3eb.../README.md
2025-04-30 17:27:43 +00:00

7 lines
193 B
Markdown

"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