Commit 59b351ca by Prajeesh K V

Method name changed

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