diff --git a/app/Http/Controllers/AvatarController.php b/app/Http/Controllers/AvatarController.php index dd83590..219b63e 100644 --- a/app/Http/Controllers/AvatarController.php +++ b/app/Http/Controllers/AvatarController.php @@ -49,7 +49,7 @@ public function show(string $username, string $extension = 'png') $hash = $this->pushToIPFS($image); // build the IPFS url for the response. - $ipfsUrl = "https://gateway.ipfs.io/ipfs/{$hash}"; + $ipfsUrl = "https://ipfs.blocker.press/ipfs/{$hash}"; // creates and return a response with HTTP status 200. // this response is direct, but sets the eTag and