fix: 更改后台document路径的处理方法值

更改后台document路径的处理方法值
This commit is contained in:
song.tianyang 2021-03-22 19:37:40 +08:00
parent 730f52c5e7
commit 55488bed12
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ public class IndexController {
@GetMapping(value = "/document")
public String document() {
return "document:/";
return "document.html";
}
}