refactor: workflow_service改名app
This commit is contained in:
6
app/routes/runx/_base.py
Normal file
6
app/routes/runx/_base.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
runx_router = APIRouter(
|
||||
prefix="/api/runx",
|
||||
tags=["RunX"],
|
||||
)
|
||||
Reference in New Issue
Block a user