change welcom

This commit is contained in:
joe 2017-09-29 10:19:50 -06:00
parent 945954cb47
commit 9be932d73a

View file

@ -9,6 +9,6 @@ class WelcomeController {
@RequestMapping("/") @RequestMapping("/")
public String welcome() { public String welcome() {
return "welcome"; return "Chickety china the chinese chicken";
} }
} }