mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
change welcom
This commit is contained in:
parent
9be932d73a
commit
ac29c7de59
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ class WelcomeController {
|
||||||
|
|
||||||
@RequestMapping("/")
|
@RequestMapping("/")
|
||||||
public String welcome() {
|
public String welcome() {
|
||||||
return "Chickety china the chinese chicken";
|
return "Chickety china the chinese chicken-foo";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue