move spaceapi to its own subdomain

This commit is contained in:
Xiretza 2022-08-15 10:01:20 +02:00
parent bfb51455be
commit 655a5fec36
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];