Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Luxshan2000 authored Oct 28, 2023
1 parent 063d080 commit 318d82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function App() {
const [items, setItems] = useState([])

useEffect(()=>{//51.20.76.107
axios.get("http://ec2-18-61-66-218.ap-south-2.compute.amazonaws.com/api/get/items").then(response => {
axios.get("http://18.61.66.218/api/get/items").then(response => {

setItems(response.data)
})
Expand Down

0 comments on commit 318d82f

Please sign in to comment.