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 mut builds = vec![];
|
||||||
|
|
||||||
let rep = client
|
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")
|
.set("Accept", "application/json")
|
||||||
.call();
|
.call();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue