mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Test (#3)
This commit is contained in:
parent
6c7f63f0e3
commit
9be682c230
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