flask.Blueprint.route¶
-
Blueprint.route(rule, **options)[source]¶ Like
Flask.route()but for a blueprint. The endpoint for theurl_for()function is prefixed with the name of the blueprint.
Blueprint.route(rule, **options)[source]¶Like Flask.route() but for a blueprint. The endpoint for the
url_for() function is prefixed with the name of the blueprint.