REFACTOR: Changed blueprints to allow for preprocessing of requests
This commit is contained in:
@@ -11,7 +11,8 @@ from . import admin
|
||||
blueprint = Blueprint('main', __name__)
|
||||
|
||||
blueprint.register_blueprint(user.blueprint)
|
||||
blueprint.register_blueprint(product.blueprint)
|
||||
blueprint.register_blueprint(product.product_blueprint)
|
||||
blueprint.register_blueprint(product.seller_blueprint)
|
||||
blueprint.register_blueprint(stats.blueprint)
|
||||
blueprint.register_blueprint(admin.blueprint)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user