dify代理管理端
Go to file
zhuangtianxiang 241aeeeffb refactor(auth): 调整权限控制逻辑
- 修改了多个控制器中的 @PreAuthorize 注解,更新了权限检查逻辑
- 在 V1ChatController 中,将单一权限检查改为多个权限的并集检查
- 在 V1WorkflowController 中,增加了与 PPT 和 Spider 相关的权限检查
- 修正了 WordController 中的权限注解,与其他控制器保持一致
2025-05-22 16:50:25 +08:00
src refactor(auth): 调整权限控制逻辑 2025-05-22 16:50:25 +08:00
.gitattributes feat: add gitignore 2025-04-22 11:03:04 +08:00
.gitignore feat: add gitignore 2025-04-22 11:03:04 +08:00
compose.yaml first commit 2025-04-22 11:04:40 +08:00
Dockerfile feat(dify): 添加 Docker 支持并进行代码优化 2025-05-12 17:37:10 +08:00
LICENSE Initial commit 2025-04-22 10:30:32 +08:00
pom.xml feat(dify): 添加爬虫模块(全国公共资源交易平台) 2025-05-16 19:10:19 +08:00
README.md Initial commit 2025-04-22 10:30:32 +08:00

dify-proxy-backend

dify代理管理端