mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 13:06:14 +01:00
search: change google project id
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user