mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-14 13:13:42 +08:00
fix: 1. 修复Milvus向量存储时索引越界 2. 移除无用首页
This commit is contained in:
@@ -20,7 +20,7 @@ public class IndexController {
|
||||
*/
|
||||
@GetMapping("/")
|
||||
public String index() {
|
||||
return "index.html";
|
||||
return "RuoYi-AI 启动成功!";
|
||||
}
|
||||
|
||||
@GetMapping("/success")
|
||||
|
||||
Reference in New Issue
Block a user