This commit is contained in:
parent
8f0af3e76b
commit
16947d2734
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ impl DataSource for PBDataSource {
|
|||
let mut builds = vec![];
|
||||
|
||||
let rep = client
|
||||
.get(format!("https://www.probuilds.net/ajax/games?limit=1&sort=gameDate-desc&championId={}&olderThan=0&lane=®ion=", champ.key).as_str())
|
||||
.get(format!("https://www.probuilds.net/ajax/gamesLive?limit=1&sort=gameDate-desc&championId={}&olderThan=0&lane=®ion=", champ.key).as_str())
|
||||
.set("Accept", "application/json")
|
||||
.call();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue