tmp
This commit is contained in:
@@ -75,8 +75,10 @@ def create_app():
|
||||
db.create_all()
|
||||
|
||||
from .routes import main_bp, auth_bp, admin_bp
|
||||
from .printer_routes import printer_bp
|
||||
app.register_blueprint(main_bp)
|
||||
app.register_blueprint(auth_bp)
|
||||
app.register_blueprint(admin_bp)
|
||||
app.register_blueprint(printer_bp)
|
||||
|
||||
return app
|
||||
|
||||
Reference in New Issue
Block a user