Domain change removed the www

This commit is contained in:
ION606
2022-12-24 09:24:24 -08:00
parent 55e7c73a31
commit 3e5202f5b2
11 changed files with 48 additions and 39 deletions
+1 -1
View File
@@ -197,7 +197,7 @@
const sid = window.localStorage.getItem('sessionId');
var xhr = new XMLHttpRequest();
xhr.open('post', 'https://www.selmerbot.com/joinedGuild', true);
xhr.open('post', 'https://selmerbot.com/joinedGuild', true);
xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded; charset=UTF-8');
xhr.setRequestHeader('serverNumber', guildId);
xhr.setRequestHeader('sessionid', sid);