Skip to content
Snippets Groups Projects

Draft: Towns

Closed Rhys Nute requested to merge towns into main
Files
2
@@ -43,8 +43,8 @@ public class organisationControllers {
modelAndView.addObject("towns", Towns);
return modelAndView;
}
@GetMapping("/townForm")
public ModelAndView getLocalAuthPage(){
@GetMapping("/townsForm")
public ModelAndView getTownsSubPage(){
ModelAndView modelAndView = new ModelAndView("towns-data");
modelAndView.addObject("addAddTowns",new addAddTowns());
return modelAndView;
Loading