fix: flowise
This commit is contained in:
parent
c702f091b5
commit
1dbf35856d
@ -42,7 +42,7 @@ public class TeFlowiseController extends BaseController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation("闲聊")
|
@ApiOperation("闲聊")
|
||||||
@GetMapping("/chat")
|
@PostMapping("/chat")
|
||||||
public AjaxResult chat(@RequestBody FlowiseChatRequestVO request) {
|
public AjaxResult chat(@RequestBody FlowiseChatRequestVO request) {
|
||||||
return AjaxResult.ok(flowiseActionService.chat(request));
|
return AjaxResult.ok(flowiseActionService.chat(request));
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user