Skip to content

Commit 8ada756

Browse files
committed
Template path fix
1 parent 829002d commit 8ada756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/throyer/common/springboot/controllers/app/AppController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ public class AppController {
1111

1212
@GetMapping
1313
public String index(Model model) {
14-
return "app/index";
14+
return "/app/index";
1515
}
1616
}

0 commit comments

Comments
 (0)