forked from orbit-oss/flask
Add scheme to url_build error handler parameters
This commit is contained in:
parent
7481844c98
commit
19fbe3a18f
2 changed files with 4 additions and 0 deletions
|
|
@ -331,6 +331,7 @@ def url_for(endpoint, **values):
|
|||
values['_external'] = external
|
||||
values['_anchor'] = anchor
|
||||
values['_method'] = method
|
||||
values['_scheme'] = scheme
|
||||
return appctx.app.handle_url_build_error(error, endpoint, values)
|
||||
|
||||
if anchor is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue