Ahmed Haque před 8 roky
rodič
revize
83c0e63a3e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      NYTCode.js

+ 1
- 1
NYTCode.js Zobrazit soubor

@@ -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;