From e8ad39203f944a33231f8babcbd7011b1f464610 Mon Sep 17 00:00:00 2001 From: Roscoe Date: Mon, 31 Mar 2025 23:21:44 +0100 Subject: april fops --- app/View/Components/Wah.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/View/Components/Wah.php b/app/View/Components/Wah.php index fc5f599..9acbccd 100644 --- a/app/View/Components/Wah.php +++ b/app/View/Components/Wah.php @@ -18,7 +18,8 @@ class Wah extends Component { public function getWah(): string { try { - $response = Http::get('https://api.tinyfox.dev/img.json?animal=wah'); +// $response = Http::get('https://api.tinyfox.dev/img.json?animal=wah'); + $response = Http::get('https://api.tinyfox.dev/img.json?animal=fox'); $data = $response->json(); if ($data == null) return ""; return "https://api.tinyfox.dev" . $data["loc"]; -- cgit v1.2.3-54-g00ecf