Подгонка под описания

This commit is contained in:
2024-12-06 16:14:31 +03:00
parent 54071f20be
commit d995a2cc14
7 changed files with 8 additions and 10 deletions

View File

@@ -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