improved register endpoint, etc.

This commit is contained in:
Tobias Kurze
2020-08-05 16:36:14 +02:00
parent 16e4231807
commit 82b3e78488
5 changed files with 31 additions and 17 deletions

View File

@@ -175,6 +175,9 @@ app.register_blueprint(fe_bp)
CORS(app)
CORS(api_bp)
CORS(auth_api_bp)
logging.getLogger('flask_cors').level = logging.DEBUG
# Fix jwt_extended by 'duck typing' error handlers
# jwt_extended._set_error_handler_callbacks(api_v1) # removed for the moment, might raise new (old) problems