Skip to content

Commit

Permalink
Merge pull request #16 from nikhilsreeni29/patch-1
Browse files Browse the repository at this point in the history
Update HelloWorldService.js
  • Loading branch information
AlanBinu007 authored Dec 27, 2021
2 parents 5b38a2b + de542a1 commit 63291f2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import axios from 'axios'

class HelloWorldService {

//here http://localhost:8080/ replace it whith your spring boot address

executeHelloWorldService() {
return axios.get('http://localhost:8080/hello-world');
Expand All @@ -16,4 +18,4 @@ class HelloWorldService {

}

export default new HelloWorldService()
export default new HelloWorldService()

0 comments on commit 63291f2

Please sign in to comment.