fixed the source for definition results

This commit is contained in:
hnhx 2022-04-01 11:22:26 +02:00
parent 2905501d42
commit 82ecc9d62c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
{
$definition = $json_response[0]["meanings"][0]["definitions"][0]["definition"];
$source = "https://en.wikipedia.org/wiki/$query";
$source = "https://dictionaryapi.dev";
return array(
"special_response" => array(
"response" => $definition,