We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dfe9d5 + 7f407d2 commit 806fd24Copy full SHA for 806fd24
geo-ip.js
@@ -1,5 +1,5 @@
1
if (self.fetch) {
2
- fetch("http://127.0.0.1:36867/api/get-store-url")
+ fetch("http://127.0.0.1:35163/api/get-store-url")
3
.then((resp) => resp.json())
4
.then(function (data) {
5
console.log("data: ", data);
0 commit comments