Update demon routes to use /v1/

This commit is contained in:
Dane Everitt
2017-09-30 21:00:24 -05:00
parent 15d38ce823
commit b1834307d5
25 changed files with 55 additions and 67 deletions

View File

@@ -43,7 +43,7 @@
var notifySocketError = false;
// Main Socket Object
window.Socket = io(Pterodactyl.node.scheme + '://' + Pterodactyl.node.fqdn + ':' + Pterodactyl.node.daemonListen + '/stats/', {
window.Socket = io(Pterodactyl.node.scheme + '://' + Pterodactyl.node.fqdn + ':' + Pterodactyl.node.daemonListen + '/v1/stats/', {
'query': 'token=' + Pterodactyl.node.daemonSecret,
});