mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
fix back to welcom
This commit is contained in:
parent
ac29c7de59
commit
d6aa7788ec
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-foo";
|
return "welcome";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue