Browse Source

Changed to HTTPS REST connection

Bruce Marriner 9 years ago
parent
commit
4e6a538961
1 changed files with 1 additions and 1 deletions
  1. 1 1
      endpoints.go

+ 1 - 1
endpoints.go

@@ -8,7 +8,7 @@ const (
 	SM_ACTIVE   = SM + "active.json"
 	SM_UPCOMING = SM + "upcoming.json"
 
-	DISCORD  = "http://discordapp.com" // TODO consider removing
+	DISCORD  = "https://discordapp.com" // TODO consider removing
 	API      = DISCORD + "/api/"
 	GUILDS   = API + "guilds/"
 	CHANNELS = API + "channels/"