forked from orbit-oss/flask
refer to encoder instead of decoder
This commit is contained in:
parent
8efea0ccbb
commit
bdf7083cfd
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ class Blueprint(Scaffold):
|
|||
warn_on_modifications = False
|
||||
_got_registered_once = False
|
||||
|
||||
#: Blueprint local JSON decoder class to use.
|
||||
#: Blueprint local JSON encoder class to use.
|
||||
#: Set to ``None`` to use the app's :class:`~flask.app.Flask.json_encoder`.
|
||||
json_encoder = None
|
||||
#: Blueprint local JSON decoder class to use.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue