Update index.php

This commit is contained in:
Namhyeon Go 2024-11-08 05:32:13 +09:00 committed by GitHub
parent 09ac94bf00
commit 2f828252c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(