register auth blueprint
This commit is contained in:
@@ -31,4 +31,7 @@ def create_app(test_config=None):
|
||||
from . import db
|
||||
db.init_app(app)
|
||||
|
||||
from . import auth
|
||||
app.register_blueprint(auth.bp)
|
||||
|
||||
return app
|
||||
|
||||
Reference in New Issue
Block a user