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