Skip to content

Commit

Permalink
added deployed backend link
Browse files Browse the repository at this point in the history
  • Loading branch information
1010varun committed Oct 29, 2023
1 parent 452b08e commit 05bc272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/data/myState.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function myState(props) {

try {
const productRef = collection(fireDB, 'products');
const url = "http://localhost:5000/products"
const url = "http://65.2.188.221/app/products";
console.log("add")
await addDoc(productRef, products).then(async() => {
await axios({
Expand Down

0 comments on commit 05bc272

Please sign in to comment.