浏览代码

Changed to HTTPS REST connection

Bruce Marriner 9 年之前
父节点
当前提交
4e6a538961
共有 1 个文件被更改,包括 1 次插入1 次删除
  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/"