Update index.js

This commit is contained in:
cryptofyre 2022-08-02 22:44:47 -05:00 committed by GitHub
parent 1e4e407143
commit 16f5a8cf2b
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/v1/"); request.open("GET", "https://api.cider.sh/v2/");
request.send(); request.send();
} }