Skip to content

Commit dc95bb5

Browse files
committed
index
1 parent ae05494 commit dc95bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/main/java/info/xiaomo/website/controller/IndexController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public IndexController(WebSetService setService) {
3737

3838

3939
@RequestMapping(value = "/", method = RequestMethod.GET)
40-
public String admin(HttpSession session) {
40+
public String index(HttpSession session) {
4141
List<SystemSetModel> all = setService.findAll();
4242
if (all.size() > 0) {
4343
SystemSetModel model = all.get(0);

0 commit comments

Comments
 (0)