mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-03 07:03:42 +00:00
feat: 查询gpts无需登录
This commit is contained in:
@@ -39,7 +39,6 @@ public class ChatGptsController extends BaseController {
|
||||
/**
|
||||
* 查询应用管理列表
|
||||
*/
|
||||
@SaCheckPermission("system:gpts:list")
|
||||
@GetMapping("/list")
|
||||
public TableDataInfo<ChatGptsVo> list(ChatGptsBo bo, PageQuery pageQuery) {
|
||||
return chatGptsService.queryPageList(bo, pageQuery);
|
||||
|
||||
Reference in New Issue
Block a user