|
@@ -70,7 +70,7 @@ public class WebController {
|
|
|
*/
|
|
|
@GetMapping({"/dashboard", "/dashboard/", "/dashboard/dashboard.do"})
|
|
|
public ModelAndView dashboard(HttpServletRequest request, HttpServletResponse response) {
|
|
|
- return new ModelAndView(this.dashBoardContext + "/dashboard.html");
|
|
|
+ return new ModelAndView(this.dashBoardContext + "/index.html");
|
|
|
}
|
|
|
|
|
|
}
|