Update WelcomeController.java

This is the new version repo.
This commit is contained in:
EROSSHINI 2024-09-03 16:30:42 +08:00 committed by GitHub
parent f4095d221c
commit 136a1dda05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ class WelcomeController {
@GetMapping("/") @GetMapping("/")
public String welcome() { public String welcome() {
return "welcome to our shop"; return "welcome to our pet shop";
} }
} }