Skip to content

Commit

Permalink
Merge pull request #13 from derekchiang/patch-1
Browse files Browse the repository at this point in the history
Update spectator endpoints
  • Loading branch information
1lann authored Sep 22, 2020
2 parents 8d3a521 + a76b027 commit 84c5a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions record/record.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ import (
var platformURLs = map[string]string{
"NA1": "http://spectator.na.lol.riotgames.com:80",
"OC1": "http://spectator.oc1.lol.riotgames.com:80",
"EUN1": "http://spectator.eu.lol.riotgames.com:8088",
"EUN1": "http://spectator.eu.lol.riotgames.com:80",
"EUW1": "http://spectator.euw1.lol.riotgames.com:80",
"KR": "http://spectator.kr.lol.riotgames.com:80",
"BR1": "http://spectator.br.lol.riotgames.com:80",
"LA1": "http://spectator.la1.lol.riotgames.com:80",
"LA2": "http://spectator.la2.lol.riotgames.com:80",
"RU": "http://spectator.ru.lol.riotgames.com:80",
"TR1": "http://spectator.tr.lol.riotgames.com:80",
"PBE1": "http://spectator.pbe1.lol.riotgames.com:8088",
"PBE1": "http://spectator.pbe1.lol.riotgames.com:80",
}

type recorder struct {
Expand Down

0 comments on commit 84c5a59

Please sign in to comment.