Move JSON pretty print config flag to the proper place
This commit is contained in:
parent
4c9a1c1621
commit
732ce83795
2 changed files with 1 additions and 4 deletions
|
@ -14,7 +14,7 @@ from test import analytics as fake_analytics
|
|||
|
||||
class FlaskConfig(object):
|
||||
SECRET_KEY = '1cb18882-6d12-440d-a4cc-b7430fb5f884'
|
||||
|
||||
JSONIFY_PRETTYPRINT_REGULAR = False
|
||||
|
||||
class FlaskProdConfig(FlaskConfig):
|
||||
SESSION_COOKIE_SECURE = True
|
||||
|
|
Reference in a new issue