Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Jul 7, 2022
1 parent 4ad8cf1 commit f84df35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -656,7 +656,7 @@ <h1 class="modal-title">GitHub authentication</h1>
$timeout(function () {
// Load versions
$http({
url: "/CORSpipe.php?url=https://launchermeta.mojang.com/mc/game/version_manifest.json"
url: "https://inventive-cors-anywhere.herokuapp.com/https://launchermeta.mojang.com/mc/game/version_manifest.json"
}).then(function (response) {
$scope.versions = response.data;
console.info("Latest Version: " + $scope.versions.latest.release + " (release) / " + $scope.versions.latest.snapshot + " (snapshot)")
Expand Down

0 comments on commit f84df35

Please sign in to comment.