Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Nov 7, 2024
1 parent 09ac94b commit 2f82825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/php/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ function relay_invoke_method($params) {

function relay_web_search($params) {
$result = relay_fetch_url(array(
"url" => "https://serp.catswords.net/api.php?" . http_build_query($params);
"url" => "https://serp.catswords.net/api.php?" . http_build_query($params)
));
if ($result['success']) {
return array(
Expand Down

0 comments on commit 2f82825

Please sign in to comment.