[agent-pipeline] pipe-20260318044621-56k5 round-2

This commit is contained in:
DDD1542
2026-03-18 13:56:03 +09:00
parent 8e4791c57a
commit 351e57dd31
5 changed files with 136 additions and 4 deletions

View File

@@ -85,4 +85,10 @@ router.post("/rest-api/save", authenticateToken, BatchManagementController.saveR
*/
router.get("/auth-services", authenticateToken, BatchManagementController.getAuthServiceNames);
/**
* GET /api/batch-management/node-flows
* 노드 플로우 목록 조회 (배치 설정에서 노드 플로우 선택용)
*/
router.get("/node-flows", authenticateToken, BatchManagementController.getNodeFlows);
export default router;