mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Introduced an error into the code to show test failure.
Signed-off-by: diggijo <joseph.diggins@students.ittralee.ie>
This commit is contained in:
parent
516722647a
commit
706a7b88c1
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class VetController {
|
|||
model.addAttribute("totalPages", paginated.getTotalPages());
|
||||
model.addAttribute("totalItems", paginated.getTotalElements());
|
||||
model.addAttribute("listVets", listVets);
|
||||
return "vets/vetList";
|
||||
return "owners/vetList";
|
||||
}
|
||||
|
||||
private Page<Vet> findPaginated(int page) {
|
||||
|
|
Loading…
Reference in a new issue