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 f3c514d commit eda1839
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://18.61.66.218/api/get/items").then(response => {
axios.get("http://18.61.66.218:5000/api/get/items").then(response => {

setItems(response.data)
})
Expand Down

0 comments on commit eda1839

Please sign in to comment.