aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfloppydiskette <floppydisk@hyprcat.net>2024-12-07 01:13:24 +0000
committerfloppydiskette <floppydisk@hyprcat.net>2024-12-07 01:13:24 +0000
commit27116d79ce70b07a1f6fb3c228fee5e61756107d (patch)
treeaf763b17cff4c99e6fd0b92cf42b31495cda22ce
parentf0f87f2a0450dded7b8af43ef397b398cb60a847 (diff)
woops
-rw-r--r--app/View/Components/Wah.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/View/Components/Wah.php b/app/View/Components/Wah.php
index c8ee36c..3b1d546 100644
--- a/app/View/Components/Wah.php
+++ b/app/View/Components/Wah.php
@@ -21,7 +21,7 @@ class Wah extends Component
try {
$response = Http::get('https://api.tinyfox.dev/img.json?animal=wah');
$data = $response->json();
- return "https://tinyfox.dev".$data["loc"];
+ return "https://api.tinyfox.dev".$data["loc"];
} catch (Exception $ex) {
return "";
}