Merge pull request #11 from fangeugene/tba-https

Use HTTPS for TBA
This commit is contained in:
Patrick Fairbank
2015-09-11 23:37:55 -07:00

2
tba.go
View File

@@ -16,7 +16,7 @@ import (
)
// Distinct endpoints are necessary for testing.
var tbaBaseUrl = "http://www.thebluealliance.com"
var tbaBaseUrl = "https://www.thebluealliance.com"
var tbaTeamBaseUrl = tbaBaseUrl
var tbaTeamRobotsBaseUrl = tbaBaseUrl
var tbaTeamAwardsBaseUrl = tbaBaseUrl