This commit is contained in:
2022-02-11 16:12:19 +09:00
parent b97a3ca074
commit f0e6cddd2f

View File

@@ -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";
}
}