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 19da96b commit 4de9010
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://www.luxshanthavarasa.bio/api/get/items").then(response => {
axios.get("https://www.luxshanthavarasa.bio/api/get/items").then(response => {

setItems(response.data)
})
Expand Down

0 comments on commit 4de9010

Please sign in to comment.