Mention that custom converters can be defined for url routes

This commit is contained in:
Ford Hurley 2015-05-01 12:11:55 -04:00
parent 73d89cccec
commit d398780852

View file

@ -643,6 +643,8 @@ The following converters are available:
`path` like the default but also accepts slashes
=========== ===============================================
Custom converters can be defined using :attr:`flask.Flask.url_map`.
Here are some examples::
@app.route('/')