dify代理管理端
Go to file
vertoryao 426e57c5ac refactor(api): 统一 API 接口前缀并优化登录认证
- 在 JsonAuthenticationFilter 中使用 startsWith 方法判断请求内容类型
- 更新 SpringSecurityConfig 中的 logoutUrl 为 /api/user/logout
- 在 V1ChatController、V1DatasetController、V1ServerController 和 V1WorkflowController 中统一添加 /api 前缀
2025-05-05 01:48:22 +08:00
src refactor(api): 统一 API 接口前缀并优化登录认证 2025-05-05 01:48:22 +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
LICENSE Initial commit 2025-04-22 10:30:32 +08:00
pom.xml refactor(dify): 重构 API 接口和安全配置 2025-04-28 16:15:18 +08:00
README.md Initial commit 2025-04-22 10:30:32 +08:00

dify-proxy-backend

dify代理管理端