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
945954cb47
commit
9be932d73a
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ class WelcomeController {
|
|||
|
||||
@RequestMapping("/")
|
||||
public String welcome() {
|
||||
return "welcome";
|
||||
return "Chickety china the chinese chicken";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue