#10 - change table
This commit is contained in:
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…
Reference in New Issue
Block a user