We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0852d95 commit c26fec5Copy full SHA for c26fec5
ui-web-app-reactjs/src/components/App.jsx
@@ -24,7 +24,7 @@ const App = () => {
24
25
const handleApiCall = async (e) => {
26
// const url = 'http://localhost:9999/'+e.target.name;
27
- let url = 'http://54.90.70.83:32470/'+e.target.name
+ let url = 'http://3.87.1.130:32470/'+e.target.name
28
29
displayData.url=url
30
let options = {}
0 commit comments