mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 05:06:35 +01:00
search: change google project id
This commit is contained in:
@@ -96,8 +96,8 @@
|
||||
},
|
||||
fetchResults (kw, start) {
|
||||
if (!start) { start = 1 }
|
||||
let key = "AIzaSyBYac5f6SQXH_0xrV4r5-8_O7N9HQxMwU4";
|
||||
let cx = "007694495745399391275:pvajqkrujqq";
|
||||
let key = "AIzaSyD4-MGytNzTCZpTH6UYk1mfOxZkt74T5MI";
|
||||
let cx = "004592132197158309932:jleutbge8gs";
|
||||
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