MCPcopy Create free account
hub / github.com/pallets/flask / normal_index

Function normal_index

tests/test_basic.py:1753–1754  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1751
1752 @app.route("/")
1753 def normal_index():
1754 return "normal index"
1755
1756 @app.route("/", subdomain="test")
1757 def test_index():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected