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

Function slash

tests/test_user_error_handler.py:203–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201
202 @app.route("/slash/")
203 def slash():
204 return "slash"
205
206 app.register_blueprint(bp, url_prefix="/bp")
207

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected