refactor: workflow_service改名app

This commit is contained in:
iHeyTang
2025-08-22 15:15:54 +08:00
parent 6ace2ed3c0
commit cf76f4af0d
25 changed files with 36 additions and 37 deletions

View File

@@ -23,7 +23,7 @@ project_root = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, project_root)
# 现在可以正常导入
from workflow_service.main import web_app
from app.main import web_app
import uvicorn
print("🚀 启动 ComfyUI 工作流服务监控...")