|
@@ -32,7 +32,7 @@ import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
|
|
@RestController
|
|
@RestController
|
|
@RequestMapping("/infra/ai-dify")
|
|
@RequestMapping("/infra/ai-dify")
|
|
@Validated
|
|
@Validated
|
|
-public class AppAiController {
|
|
|
|
|
|
+public class AiController {
|
|
@Resource
|
|
@Resource
|
|
private WorkflowRunService workflowRunService;
|
|
private WorkflowRunService workflowRunService;
|
|
|
|
|