move spaceapi to its own subdomain

This commit is contained in:
Xiretza 2022-08-15 10:06:01 +02:00
parent b92c23472e
commit 975bca21ab
1 changed files with 1 additions and 1 deletions

View File

@ -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];