Skip to content

Commit 6c36208

Browse files
committed
Try to fix search
1 parent a5df24e commit 6c36208

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function fetchResults(query, options) {
134134

135135
options.page = options.page || 1;
136136

137-
return fetch('https://libraries.io/api/bower-search?q=' + query).then(function (results) {
137+
return fetch('https://libraries.io/api/search?platforms=Bower&api_key=782c0bcca2235968b49e9826e2f787da&q=' + query).then(function (results) {
138138
return results.json();
139139
});
140140
}

0 commit comments

Comments
 (0)