QA
This commit is contained in:
parent
3df0af2714
commit
f77843b2bb
@ -70,5 +70,7 @@ authorizations = {
|
|||||||
api = Api(app, authorizations=authorizations, prefix='/api')
|
api = Api(app, authorizations=authorizations, prefix='/api')
|
||||||
CORS(app)
|
CORS(app)
|
||||||
|
|
||||||
|
|
||||||
# Load all views.
|
# Load all views.
|
||||||
|
# pylint: disable=wildcard-import,wrong-import-position
|
||||||
from .views import * # flake8: noqa
|
from .views import * # flake8: noqa
|
||||||
|
Loading…
Reference in New Issue
Block a user