fix back to welcom

This commit is contained in:
joe 2017-09-29 10:29:36 -06:00
parent ac29c7de59
commit d6aa7788ec

View file

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