We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db3923 commit e15800eCopy full SHA for e15800e
app/__init__.py
@@ -8,7 +8,7 @@ def create_app(config_class=DevelopmentConfig):
8
app = Flask(__name__)
9
app.config.from_object(config_class)
10
11
- # initialize extenstions
+ # initialize extensions
12
db.init_app(app)
13
migrate.init_app(app, db)
14
jwt.init_app(app)
0 commit comments