diff --git a/app/View/Components/Wah.php b/app/View/Components/Wah.php index c8ee36c..3b1d546 100644 --- a/app/View/Components/Wah.php +++ b/app/View/Components/Wah.php @@ -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 ""; }