mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-25 06:24:19 +00:00
Welcome to fun island, population: me
This commit is contained in:
parent
79cfec1993
commit
079f62e278
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ from flask_cors import CORS
|
|||
from flask_jwt_extended import *
|
||||
from .app import app
|
||||
from .api_spec import spec
|
||||
from swagger import swagger_ui_blueprint, SWAGGER_URL
|
||||
from .swagger import swagger_ui_blueprint, SWAGGER_URL
|
||||
|
||||
Base.init_app(app=app)
|
||||
jwt = JWTManager(app)
|
||||
|
|
Loading…
Reference in a new issue