aboutsummaryrefslogtreecommitdiff
path: root/app/View/Components
diff options
context:
space:
mode:
authorRoscoe <roscoe@wah.moe>2025-04-01 23:29:30 +0100
committerRoscoe <roscoe@wah.moe>2025-04-01 23:29:30 +0100
commit3b273d0ee9ef4da49916f836488b24762662c59b (patch)
tree06d07b493fad83472c82b2e6d04c8073dd8963a8 /app/View/Components
parente8ad39203f944a33231f8babcbd7011b1f464610 (diff)
de-fopsHEADmaster
Diffstat (limited to 'app/View/Components')
-rw-r--r--app/View/Components/Wah.php3
1 files changed, 1 insertions, 2 deletions
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"];