Ahmed Haque пре 8 година
родитељ
комит
83c0e63a3e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      NYTCode.js

+ 1
- 1
NYTCode.js Прегледај датотеку

11
 var endYear		= 0;
11
 var endYear		= 0;
12
 
12
 
13
 // Based on the queryTerm we will create a queryURL 
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
 // Array to hold the various article info
16
 // Array to hold the various article info
17
 var articleCounter = 0;
17
 var articleCounter = 0;