We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae05494 commit dc95bb5Copy full SHA for dc95bb5
website/src/main/java/info/xiaomo/website/controller/IndexController.java
@@ -37,7 +37,7 @@ public IndexController(WebSetService setService) {
37
38
39
@RequestMapping(value = "/", method = RequestMethod.GET)
40
- public String admin(HttpSession session) {
+ public String index(HttpSession session) {
41
List<SystemSetModel> all = setService.findAll();
42
if (all.size() > 0) {
43
SystemSetModel model = all.get(0);
0 commit comments