#5 Started wiring up endpoints do display user stats
This commit is contained in:
@@ -5,11 +5,13 @@ from flask import redirect, Blueprint, session
|
||||
|
||||
from . import user
|
||||
from . import product
|
||||
from . import stats
|
||||
|
||||
blueprint = Blueprint('main', __name__)
|
||||
|
||||
blueprint.register_blueprint(user.blueprint)
|
||||
blueprint.register_blueprint(product.blueprint)
|
||||
blueprint.register_blueprint(stats.blueprint)
|
||||
|
||||
|
||||
# CONTEXTS #
|
||||
|
||||
Reference in New Issue
Block a user