This commit is contained in:
floppydiskette 2024-12-07 01:13:24 +00:00
parent faed02e0c8
commit 20c16b7908
Signed by: fwoppydwisk
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE

View file

@ -21,7 +21,7 @@ public function getWah(): string {
try {
$response = Http::get('https://api.tinyfox.dev/img.json?animal=wah');
$data = $response->json();
return "https://tinyfox.dev".$data["loc"];
return "https://api.tinyfox.dev".$data["loc"];
} catch (Exception $ex) {
return "";
}