diff options
author | floppydiskette <floppydisk@hyprcat.net> | 2024-12-07 01:13:24 +0000 |
---|---|---|
committer | floppydiskette <floppydisk@hyprcat.net> | 2024-12-07 01:13:24 +0000 |
commit | 20c16b790809fbc47d3a9972352eac96a7aa7b63 (patch) | |
tree | af763b17cff4c99e6fd0b92cf42b31495cda22ce | |
parent | faed02e0c846a01b83574f49cdec4399b281df73 (diff) |
woopsv2024.12.07
-rw-r--r-- | app/View/Components/Wah.php | 2 |
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 ""; } |