Browse Source

Mention that custom converters can be defined for url routes

pull/1448/head
Ford Hurley 10 years ago
parent
commit
d398780852
  1. 2
      docs/api.rst

2
docs/api.rst

@ -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('/')

Loading…
Cancel
Save