This commit is contained in:
Jie Shen 2019-10-23 19:21:21 +08:00 committed by GitHub
parent 6c7f63f0e3
commit 9be682c230
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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