change welcom

This commit is contained in:
joe 2017-09-29 10:26:04 -06:00
parent 9be932d73a
commit ac29c7de59

View file

@ -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";
} }
} }