You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting url_prefix in app.register_blueprint it does not update the blueprints url_prefix property.
Not sure if this is a bug or intentional but seems odd.
When setting
url_prefix
inapp.register_blueprint
it does not update the blueprintsurl_prefix
property.Not sure if this is a bug or intentional but seems odd.
Example:
app.py
bp.py
run
I would expect
bp.url_prefix
to be '/custom-prefix'Environment:
The text was updated successfully, but these errors were encountered: