Подгонка под описания
This commit is contained in:
@@ -8,7 +8,7 @@ import json
|
||||
with open(path.join(path.dirname(__file__), 'reports.json'), encoding='utf-8') as f:
|
||||
report_list = json.load(f)
|
||||
|
||||
report_bp = Blueprint('report_bp', __name__, template_folder='templates')
|
||||
report_bp = Blueprint('report_bp', __name__, template_folder='templates', static_folder='static')
|
||||
|
||||
@report_bp.route('/menu')
|
||||
@check_auth
|
||||
|
||||
Reference in New Issue
Block a user