Skip to content

Commit 806fd24

Browse files
committed
Merge branch 'dev'
2 parents 7dfe9d5 + 7f407d2 commit 806fd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geo-ip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if (self.fetch) {
2-
fetch("http://127.0.0.1:36867/api/get-store-url")
2+
fetch("http://127.0.0.1:35163/api/get-store-url")
33
.then((resp) => resp.json())
44
.then(function (data) {
55
console.log("data: ", data);

0 commit comments

Comments
 (0)