Commit 4f357ff4 authored by W.D.R.P. Sandeepa's avatar W.D.R.P. Sandeepa

changed color end point

parent 108a9b53
...@@ -19,9 +19,9 @@ const[names,setNames] = useState([]); ...@@ -19,9 +19,9 @@ const[names,setNames] = useState([]);
axios axios
.get(webUrel) .get(webUrel)
.then((response) => { .then((response) => {
console.log("response.data"); console.log(response.data);
setNames(response.data) // setNames(response.data)
}) })
.catch((err) => { .catch((err) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment