Comment some app.py lines that cause an error

Request by @slamora
This commit is contained in:
RubenPX 2022-04-04 12:35:32 +02:00
parent 3967d6a0c4
commit e1821c3a8e
1 changed files with 2 additions and 2 deletions

View File

@ -18,5 +18,5 @@ app.register_blueprint(devices)
# NOTE: enable by blueprint to exclude API views
# TODO(@slamora: enable by default & exclude API views when decouple of Teal is completed
csrf = CSRFProtect(app)
csrf.protect(core)
csrf.protect(devices)
# csrf.protect(core)
# csrf.protect(devices)