MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/cloud-code-samples / post

Route post

python/python-guestbook/src/frontend/front.py:None–None  ·  view source on GitHub ↗
app.route('/post', methods=['POST'])

Source from the content-addressed store, hash-verified

1"""
2A sample frontend server. Hosts a web page to display messages
3"""
4import json

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected