feat: 查询gpts无需登录

This commit is contained in:
ageerle
2025-04-29 11:00:34 +08:00
parent 990da8da6f
commit dc6d00f0fc

View File

@@ -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);