refactor: workflow_service改名app
This commit is contained in:
@@ -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 工作流服务监控...")
|
||||
|
||||
Reference in New Issue
Block a user