#10 - change table

merge-requests/7/head
Anton Romanov 3 years ago
parent ed8c6edfe2
commit 4d74000c96

@ -46,12 +46,6 @@ public class GitExtractorController {
return "newRepo";
}
// @GetMapping("/filtering")
// public String filter(Model model) {
// model.addAttribute("filterForm", new FilterForm());
// return "filtering";
// }
@PostMapping("/sendFilter")
public String sendFilter(@ModelAttribute FilterForm filterForm, Model model) throws GitAPIException, IOException {
List<Commit> list = gitRepositoryService.getCommits(filterForm.getUrl());

Loading…
Cancel
Save