dify代理管理端
Go to file
Kven 087591fc20 refactor(auth): 移除控制器方法中的权限注解
移除了多个控制器类中方法的 @PreAuthorize 注解,包括:
- PPTController
- Spider2Controller
- SpiderController
- V1ChatController
- V1DatasetController
- V1ServerController
- V1WorkflowController
- WordController

这些权限控制将通过其他方式进行实现。
2025-05-28 19:44:20 +08:00
src refactor(auth): 移除控制器方法中的权限注解 2025-05-28 19:44:20 +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代理管理端