From 20c16b790809fbc47d3a9972352eac96a7aa7b63 Mon Sep 17 00:00:00 2001 From: floppydiskette Date: Sat, 7 Dec 2024 01:13:24 +0000 Subject: [PATCH] woops --- app/View/Components/Wah.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""; }