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