mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
Added S to return function in VetController.java
This commit is contained in:
parent
679f47cd9a
commit
dab90283a9
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class VetController {
|
|||
Vets vets = new Vets();
|
||||
vets.getVetList().addAll(this.vets.findAll());
|
||||
model.put("vets", vets);
|
||||
return "vetss/vetList";
|
||||
return "vets/vetList";
|
||||
}
|
||||
|
||||
@GetMapping({ "/vets" })
|
||||
|
|
Loading…
Reference in a new issue