Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
gfernandez-me committed Jul 5, 2022
2 parents 7dfe9d5 + 7f407d2 commit 806fd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo-ip.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if (self.fetch) {
fetch("http://127.0.0.1:36867/api/get-store-url")
fetch("http://127.0.0.1:35163/api/get-store-url")
.then((resp) => resp.json())
.then(function (data) {
console.log("data: ", data);
Expand Down

0 comments on commit 806fd24

Please sign in to comment.