From 3b273d0ee9ef4da49916f836488b24762662c59b Mon Sep 17 00:00:00 2001 From: Roscoe Date: Tue, 1 Apr 2025 23:29:30 +0100 Subject: de-fops --- app/View/Components/Wah.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/View/Components/Wah.php') diff --git a/app/View/Components/Wah.php b/app/View/Components/Wah.php index 9acbccd..fc5f599 100644 --- a/app/View/Components/Wah.php +++ b/app/View/Components/Wah.php @@ -18,8 +18,7 @@ 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=fox'); + $response = Http::get('https://api.tinyfox.dev/img.json?animal=wah'); $data = $response->json(); if ($data == null) return ""; return "https://api.tinyfox.dev" . $data["loc"]; -- cgit v1.2.3-54-g00ecf