Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Aug 18, 2023
1 parent 6fdb37a commit aedbb21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/api/getData.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default function handler(req, res) {
// res.status(400).send("request body invalid");
// return;
// }
localStorage.setItem("storefrontID", obj.storefrontID);
console.log(obj.storefrontId);
res.status(200).send("recieved storefront id");
}
Expand Down

0 comments on commit aedbb21

Please sign in to comment.