#10 - change table

This commit is contained in:
Anton Romanov 2021-03-25 16:18:00 +04:00
parent ed8c6edfe2
commit 4d74000c96

View File

@ -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());