We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181214a commit de542a1Copy full SHA for de542a1
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