commit
This commit is contained in:
@@ -8,7 +8,7 @@ public class TestController {
|
||||
|
||||
@GetMapping("/api/welcome")
|
||||
public String welcome() {
|
||||
return "Welcome To Spring Boot React";
|
||||
return "Welcome To Spring Boot React test";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user