Skip to content
Snippets Groups Projects
Commit 83dde8b2 authored by Saket Agrahari's avatar Saket Agrahari
Browse files

review comment changes

parent b0809ca0
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@ const ServiceMatrix: React.FC<IAppProps> = (props) => {
useEffect(() => {
async function loadData() {
// const response = await fetch(props.api_url+'/service-matrix');
const response = await fetch('http://[::1]:33333:5000/service-matrix');
const response = await fetch(props.api_url+'/service-matrix');
// const response = await fetch('http://[::1]:33333/service-matrix');
const rsp_json = await response.json();
console.log('got response');
......
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment