V10.614 部署監控頁繁中化
All checks were successful
CD Pipeline / deploy (push) Successful in 1m11s

This commit is contained in:
OoO
2026-06-16 10:03:18 +08:00
parent 239b773288
commit 32b7071ab6
13 changed files with 104 additions and 58 deletions

6
app.py
View File

@@ -230,12 +230,12 @@ csrf.exempt(ai_bp) # ICAIM API 使用內部呼叫,不需要 CSRF
sys_log.info("[Blueprint] ✅ AI 智慧文案系統 Blueprint 已註冊")
# ==========================================
# 🔧 Blueprint 註冊 - CI/CD Dashboard
# 🔧 Blueprint 註冊 - 部署監控
# ==========================================
from routes.cicd_routes import cicd_bp
app.register_blueprint(cicd_bp)
csrf.exempt(cicd_bp) # CI/CD API doesn't need CSRF
sys_log.info("[Blueprint] CI/CD Dashboard Blueprint registered")
csrf.exempt(cicd_bp) # 部署監控 API 使用內部呼叫,不需要 CSRF
sys_log.info("[Blueprint] ✅ 部署監控 Blueprint 已註冊")
# ==========================================
# 🔧 Blueprint 註冊 - Code Review 系統