Skip to content

Commit

Permalink
Try to fix search
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed Sep 8, 2024
1 parent a5df24e commit 6c36208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function fetchResults(query, options) {

options.page = options.page || 1;

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

0 comments on commit 6c36208

Please sign in to comment.