From aa56479c663d934e3bcf62d3f78d306e8d19a9ef Mon Sep 17 00:00:00 2001 From: OoO Date: Wed, 29 Apr 2026 21:09:26 +0800 Subject: [PATCH] =?UTF-8?q?refactor(routes):=20=E5=88=AA=E9=99=A4=20dashbo?= =?UTF-8?q?ard=20brand=5Fassets=20=E9=87=8D=E8=A4=87=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ADR-017 Phase 3f-1 dashboard/misc sprint --- routes/dashboard_routes.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/routes/dashboard_routes.py b/routes/dashboard_routes.py index 5381dda..8c47a53 100644 --- a/routes/dashboard_routes.py +++ b/routes/dashboard_routes.py @@ -665,10 +665,3 @@ def index(): return f"系統維護中,錯誤詳情:{e}" finally: session.close() - - -@dashboard_bp.route('/brand_assets') -@login_required -def brand_assets(): - """顯示品牌資產庫""" - return render_template('brand_assets.html')