Revert "更新文档"

This reverts commit dd11dd2589.
This commit is contained in:
hellohao
2023-03-21 23:49:31 +08:00
parent dd11dd2589
commit 44b527dabd
2 changed files with 40 additions and 72 deletions
@@ -46,7 +46,6 @@ public class IndexController {
model.addAttribute("version", "20230320");
model.addAttribute("ip", GetIPS.getIpAddr(httpServletRequest));
model.addAttribute("links", "https://github.com/Hello-hao/tbed");
System.out.println("welcome");
return "welcome";
}