Skip to content

Commit

Permalink
fix gplayapi url
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrErde committed Aug 17, 2023
1 parent fba3b0b commit 3515d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion require/info.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<h2>Available generators</h2>
<?php
$url = "https://raw.githubusercontent.com/HerrErde/SubwayBooster/main/Android/data/com.kiloo.subwaysurf/files/version.json";
$playapi = "https://gplayapi.srik.me/api/apps/com.kiloo.subwaysurf";
$playapi = "https://gplayapi.herrerde.xyz/api/apps/com.kiloo.subwaysurf";

$json = json_decode(file_get_contents($url), true);
$api = json_decode(file_get_contents($playapi), true);
Expand Down

0 comments on commit 3515d6a

Please sign in to comment.