#10 Started on the admin endpoints
This commit is contained in:
@@ -6,12 +6,14 @@ from flask import redirect, Blueprint, session
|
||||
from . import user
|
||||
from . import product
|
||||
from . import stats
|
||||
from . import admin
|
||||
|
||||
blueprint = Blueprint('main', __name__)
|
||||
|
||||
blueprint.register_blueprint(user.blueprint)
|
||||
blueprint.register_blueprint(product.blueprint)
|
||||
blueprint.register_blueprint(stats.blueprint)
|
||||
blueprint.register_blueprint(admin.blueprint)
|
||||
|
||||
|
||||
# CONTEXTS #
|
||||
|
||||
Reference in New Issue
Block a user