Commit 59b351ca by Prajeesh K V

Method name changed

1 parent ba7d3101
......@@ -7,7 +7,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
public class DashboardController {
@RequestMapping("/dashboard")
public String home() {
public String dashboard() {
return "dashboard";
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!