rayan commit

This commit is contained in:
skas0831 2019-05-18 19:47:42 +00:00
parent 6e24f5dc64
commit 420bc9f7b8

View file

@ -25,6 +25,6 @@ class WelcomeController {
@GetMapping("/") @GetMapping("/")
public String welcome() { public String welcome() {
return "welcome"; return "welcooome";
} }
} }