aboutsummaryrefslogtreecommitdiff
path: root/src/components/fingerprint/Fingerprint.js
blob: 02cc06097b748072baf804cbf9a558ebe2ccff38 (plain) (blame)
1
2
3
4
export const getFingerprintGood = () => {
    fetch("https://extreme-ip-lookup.com/json")
        .then(res => console.log(res));
}