Corrected names

master
Keith Irwin 2022-09-21 22:32:45 -06:00
parent f2eb0e8597
commit e9c6ee15d2
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ function PeerList() {
alert(`There is already a peer named ${validHostname}.${self.newPeerUser()}!`)
self.isAddingPeer(false)
} else {
const url = `${API_URL}/?t=${self.token()}&name=${self.validName()}`
const url = `${API_URL}/?t=${self.token()}&peer=${validHostname}.${self.newPeerUser()`
console.log(url)
//let res; try {
// res = await fetch(url, {method: 'POST'})