Concept Flow - Blueprint URL prefixes
Create Blueprint
Define Routes
Register Blueprint with app
Assign URL prefix
Run app
Request URL
Match prefix + route
Call route function
Return response
This flow shows how a Flask Blueprint is created, registered with a URL prefix, and how incoming requests match the prefix plus route to call the correct function.