// backend/getIP.jsw import { fetch } from 'wix-fetch'; export async function getVisitorIP() { try { const response = await fetch("https://api.ipify.org?format=json", { method: "get" }); if (response.ok) { const json = await response.json(); return json.ip; // returns the visitor's IP address } else { return "Error fetching IP"; } } catch (err) { console.error("IP fetch failed", err); return "Unavailable"; } }
top of page

Love Cannibal Corpse? Love Capybara? Boy Are You in Luck

2.5" Custom Iridescent Holographic Stickers

Waterproof and waterbottle Safe! 

What More Can You Ask For ?

Death Metal Minnie and Gene

SKU: 95
$5.00Price
Excluding Sales Tax
Quantity
    bottom of page