Revert "Test" (#5)

This commit is contained in:
Jie Shen 2019-10-24 09:57:20 +08:00 committed by GitHub
parent 40457f9cab
commit b5f68c4eee
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";
}
}