Skip to content

Commit c26fec5

Browse files
Update App.jsx
1 parent 0852d95 commit c26fec5

File tree

1 file changed

+1
-1
lines changed
  • ui-web-app-reactjs/src/components

1 file changed

+1
-1
lines changed

ui-web-app-reactjs/src/components/App.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const App = () => {
2424

2525
const handleApiCall = async (e) => {
2626
// const url = 'http://localhost:9999/'+e.target.name;
27-
let url = 'http://54.90.70.83:32470/'+e.target.name
27+
let url = 'http://3.87.1.130:32470/'+e.target.name
2828

2929
displayData.url=url
3030
let options = {}

0 commit comments

Comments
 (0)