mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Test
This commit is contained in:
parent
9be682c230
commit
921200ab6e
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ class WelcomeController {
|
||||||
|
|
||||||
@GetMapping("/")
|
@GetMapping("/")
|
||||||
public String welcome() {
|
public String welcome() {
|
||||||
return "hello ignite";
|
return "hello ignite!";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue