Skip to content
Snippets Groups Projects

Draft: Towns

Closed Rhys Nute requested to merge towns into main
4 files
+ 18
16
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -44,9 +44,9 @@ public class organisationControllers {
return modelAndView;
}
@GetMapping("/townForm")
public ModelAndView getLocalAuthForm(){
ModelAndView modelAndView = new ModelAndView("townForm");
modelAndView.addObject("addAddTowns",new Towns());
public ModelAndView getLocalAuthPage(){
ModelAndView modelAndView = new ModelAndView("towns-data");
modelAndView.addObject("addAddTowns",new addAddTowns());
return modelAndView;
}
Loading