Skip to content
Snippets Groups Projects

Draft: Towns

Closed Rhys Nute requested to merge towns into main
Files
3
@@ -43,6 +43,13 @@ public class organisationControllers {
modelAndView.addObject("towns", Towns);
return modelAndView;
}
@GetMapping("/townForm")
public ModelAndView getLocalAuthForm(){
ModelAndView modelAndView = new ModelAndView("townForm");
modelAndView.addObject("addAddTowns",new Towns());
return modelAndView;
}
@Autowired
private addAddTownsRepository addAddTownsRepository;
Loading