This commit is contained in:
floppydiskette 2024-12-07 01:13:24 +00:00
parent faed02e0c8
commit 20c16b7908
No known key found for this signature in database

View file

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