|
|
@ -999,8 +999,6 @@ class Flask(_PackageBoundObject): |
|
|
|
:param endpoint: the endpoint for the registered URL rule. Flask |
|
|
|
:param endpoint: the endpoint for the registered URL rule. Flask |
|
|
|
itself assumes the name of the view function as |
|
|
|
itself assumes the name of the view function as |
|
|
|
endpoint |
|
|
|
endpoint |
|
|
|
:param view_func: the function to call when serving a request to the |
|
|
|
|
|
|
|
provided endpoint |
|
|
|
|
|
|
|
:param options: the options to be forwarded to the underlying |
|
|
|
:param options: the options to be forwarded to the underlying |
|
|
|
:class:`~werkzeug.routing.Rule` object. A change |
|
|
|
:class:`~werkzeug.routing.Rule` object. A change |
|
|
|
to Werkzeug is handling of method options. methods |
|
|
|
to Werkzeug is handling of method options. methods |
|
|
|