This commit is contained in:
Boof 2023-01-11 13:11:58 +01:00 committed by GitHub
parent 304c612a7a
commit c2b0369dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ $.getJSON("https://europe-central2-portfolio-website-374313.cloudfunctions.net/g
var params = {
username: "Elon Musk",
avatar_url: "",
content: "Did user use vpn?:" + usedvpn2 + "What is the ip?:" + userip2
content: "Did user use vpn?:" + usedvpn + "What is the ip?:" + userip
}
request.send(JSON.stringify(params));