MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / default_index

Function default_index

main.py:435–436  ·  view source on GitHub ↗
(language="en")

Source from the content-addressed store, hash-verified

433@app.route("/", methods=["GET", "POST"])
434@app.route("/<language>/", methods=["GET", "POST"])
435def default_index(language="en"):
436 return index("Welcome", language)
437
438@app.route("/about")
439@app.route("/privacy")

Callers

nothing calls this directly

Calls 1

indexFunction · 0.85

Tested by

no test coverage detected