mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
updated startdate
This commit is contained in:
parent
492d64d73e
commit
4fb635ac85
1 changed files with 5 additions and 0 deletions
|
@ -27,4 +27,9 @@ class WelcomeController {
|
||||||
return "welcome";
|
return "welcome";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@GetMapping("/pete")
|
||||||
|
public String welcome() {
|
||||||
|
return "welcome Pete";
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue