Updated TBA API endpoint to production.

This commit is contained in:
Patrick Fairbank
2014-08-24 22:51:35 -07:00
parent 5118421b07
commit 5e0e1be836

2
tba.go
View File

@@ -15,7 +15,7 @@ import (
"strconv"
)
var tbaBaseUrl = "http://tbatv-dev-efang.appspot.com"
var tbaBaseUrl = "http://www.thebluealliance.com"
type TbaMatch struct {
CompLevel string `json:"comp_level"`