mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-10 07:49:38 +00:00
https
This commit is contained in:
parent
527541d45b
commit
de5560d755
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export default function Footer () {
|
||||||
if(isDev) {
|
if(isDev) {
|
||||||
setFingerprint("FDE9 95C2 8C7E E563")
|
setFingerprint("FDE9 95C2 8C7E E563")
|
||||||
} else {
|
} else {
|
||||||
fetch('http://saahild.com/creds/fingerprint.txt').then(r=>r.text()).then(d => setFingerprint(d))
|
fetch('https://saahild.com/creds/fingerprint.txt').then(r=>r.text()).then(d => setFingerprint(d))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// return () => signal.abort()
|
// return () => signal.abort()
|
||||||
|
|
Loading…
Reference in a new issue