mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
parent
4fb635ac85
commit
1ae4056bf0
1 changed files with 0 additions and 5 deletions
|
@ -77,11 +77,6 @@ class VisitController {
|
|||
return "pets/createOrUpdateVisitForm";
|
||||
}
|
||||
|
||||
@GetMapping("/owners/{ownerId}/pets/{petId}/visits/new")
|
||||
public String initNewVisitFormPet() {
|
||||
return "pets/createOrUpdateVisitForm";
|
||||
}
|
||||
|
||||
@GetMapping("/owners/{ownerId}/pets/{petId}/visits")
|
||||
public String initNewVisitFormVisit() {
|
||||
return "pets/createOrUpdateVisitForm";
|
||||
|
|
Loading…
Reference in a new issue