This commit is contained in:
6
app.py
6
app.py
@@ -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 系統
|
||||
|
||||
Reference in New Issue
Block a user