调整ktor后端:取消api前缀;去除无用代码;oss对象使用临时地址返回;

This commit is contained in:
BBIT-Kai
2025-09-26 16:18:48 +08:00
parent bc5770e59e
commit 381469aff8
10 changed files with 63 additions and 69 deletions
+2 -1
View File
@@ -101,5 +101,6 @@ dependencies {
// 数据库迁移
// implementation("org.flywaydb:flyway-core:10.13.0")
implementation("ai.koog:koog-agents:0.3.0")
// implementation("ai.koog:koog-agents:0.3.0")
implementation("io.minio:minio:8.5.17")
}