aboutsummaryrefslogtreecommitdiff
path: root/app/View/Components/Wah.php
diff options
context:
space:
mode:
authorRoscoe <roscoe@wah.moe>2025-03-31 23:21:44 +0100
committerRoscoe <roscoe@wah.moe>2025-03-31 23:34:49 +0100
commite8ad39203f944a33231f8babcbd7011b1f464610 (patch)
treeef3927fc7e77e1b30a266180332d060dd70247e6 /app/View/Components/Wah.php
parent6690d4e97e15bdedd164ac66e0e65d3579fd40b3 (diff)
april fops
Diffstat (limited to 'app/View/Components/Wah.php')
-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"];