reverse reverse

This commit is contained in:
cryptofyre 2022-08-02 23:21:26 -05:00 committed by GitHub
parent 9fd316f3d7
commit bce8ed5ea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ function capiInit() {
} }
} }
}; };
request.open("GET", "https://api.cider.sh/v2/"); request.open("GET", "https://api.cider.sh/v1/");
request.send(); request.send();
} }