Update 'frontend.js'

This commit is contained in:
nodemixaholic 2024-03-31 21:16:09 +00:00
parent 1362da8624
commit 73a26323ca

View file

@ -357,3 +357,7 @@ function redir(url) {
}
requir3("https://cdn.jsdelivr.net/npm/gun/gun.js") //Add Gun.JS support.
function initGun(relays = []) {
return Gun(relays)
}