We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b38a2b + de542a1 commit 63291f2Copy full SHA for 63291f2
spring-boot-react-hello-world-with-routing/frontend/src/service/HelloWorldService.js
@@ -1,6 +1,8 @@
1
import axios from 'axios'
2
3
class HelloWorldService {
4
+
5
+ //here http://localhost:8080/ replace it whith your spring boot address
6
7
executeHelloWorldService() {
8
return axios.get('http://localhost:8080/hello-world');
@@ -16,4 +18,4 @@ class HelloWorldService {
16
18
17
19
}
20
-export default new HelloWorldService()
21
+export default new HelloWorldService()
0 commit comments