Skip to content
Snippets Groups Projects

Resolve "As a user I want to be able to have the homepage being very intuitive and easy to navigate"

Files
12
@@ -36,7 +36,7 @@ public class LandmarksController {
@@ -36,7 +36,7 @@ public class LandmarksController {
// current functionality only prints successful Landmarks, (todo )database integration is necessary here
// current functionality only prints successful Landmarks, (todo )database integration is necessary here
ModelAndView modelAndView = new ModelAndView("redirect:/test.html");
ModelAndView modelAndView = new ModelAndView("redirect:/allTrails");
return modelAndView;
return modelAndView;
}
}
Loading