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

6
app/routes/runx/_base.py Normal file
View File

@@ -0,0 +1,6 @@
from fastapi import APIRouter
runx_router = APIRouter(
prefix="/api/runx",
tags=["RunX"],
)