剔除GPT相关功能,后续独立新开源项目制作。

This commit is contained in:
piexlMax(奇淼
2024-01-03 14:49:28 +08:00
parent 0285de50e5
commit e1d214b91a
18 changed files with 1 additions and 318 deletions

View File

@@ -76,7 +76,6 @@ func Routers() *gin.Engine {
systemRouter.InitSysOperationRecordRouter(PrivateGroup) // 操作记录
systemRouter.InitSysDictionaryDetailRouter(PrivateGroup) // 字典详情管理
systemRouter.InitAuthorityBtnRouterRouter(PrivateGroup) // 字典详情管理
systemRouter.InitChatGptRouter(PrivateGroup) // chatGpt接口
systemRouter.InitSysExportTemplateRouter(PrivateGroup) // 导出模板
exampleRouter.InitCustomerRouter(PrivateGroup) // 客户路由
exampleRouter.InitFileUploadAndDownloadRouter(PrivateGroup) // 文件上传下载功能路由