aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/View/Components/Wah.php3
1 files changed, 2 insertions, 1 deletions
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"];