From a891f40ccc7f20307213d37a6459fef66a2ff9ab Mon Sep 17 00:00:00 2001 From: randogoth Date: Mon, 22 May 2023 00:19:32 +0300 Subject: [PATCH] proxied --- web/nfc-theme/static/geo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/nfc-theme/static/geo.js b/web/nfc-theme/static/geo.js index 47c288f..469ac2e 100644 --- a/web/nfc-theme/static/geo.js +++ b/web/nfc-theme/static/geo.js @@ -90,7 +90,7 @@ function getFingerprint() { return hash; }; -fetch('http://194.68.44.28:8001/track?' + new URLSearchParams({ +fetch('https://nmns.place/track?' + new URLSearchParams({ hash: getFingerprint(), ua: ua, })); \ No newline at end of file