move spaceapi to its own subdomain
This commit is contained in:
parent
b92c23472e
commit
975bca21ab
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ var its = (function() {
|
|||
}
|
||||
|
||||
function refresh() {
|
||||
$.get('https://it-syndikat.org/api/status.txt')
|
||||
$.get('https://spaceapi.it-syndikat.org/api/status.txt')
|
||||
.then(function(data) {
|
||||
var a = data.split(',');
|
||||
var isitopen = a[0];
|
||||
|
|
Loading…
Reference in a new issue