search: change google project id

This commit is contained in:
Emmanuel Florent
2019-07-11 14:00:28 +02:00
parent 74213f8388
commit 7dabc9d1d7

View File

@@ -96,7 +96,7 @@
},
fetchResults (kw, start) {
if (!start) { start = 1 }
let key = "AIzaSyD4-MGytNzTCZpTH6UYk1mfOxZkt74T5MI";
let key = "AIzaSyBYac5f6SQXH_0xrV4r5-8_O7N9HQxMwU4";
let cx = "004592132197158309932:anluf60c9w8";
let url = "https://www.googleapis.com/customsearch/v1";
url = url + "?cx=" + cx + "&key=" + key + "&q=" + encodeURI(kw) + "&start=" + start