ソースを参照

Fixed https issue

Ahmed Haque 8 年 前
コミット
83c0e63a3e
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      NYTCode.js

+ 1
- 1
NYTCode.js ファイルの表示

@@ -11,7 +11,7 @@ var startYear 	= 0;
11 11
 var endYear		= 0;
12 12
 
13 13
 // Based on the queryTerm we will create a queryURL 
14
-var queryURLBase = "http://api.nytimes.com/svc/search/v2/articlesearch.json?api-key=" + authKey + "&q=";
14
+var queryURLBase = "https://api.nytimes.com/svc/search/v2/articlesearch.json?api-key=" + authKey + "&q=";
15 15
 
16 16
 // Array to hold the various article info
17 17
 var articleCounter = 0;