mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Update WelcomeController.java
This is the new version repo.
This commit is contained in:
parent
f4095d221c
commit
136a1dda05
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue