mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-09 23:39:40 +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) {
|
||||
setFingerprint("FDE9 95C2 8C7E E563")
|
||||
} 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()
|
||||
|
|
Loading…
Reference in a new issue