diff --git a/src/ipfs.js b/src/ipfs.js index eb85080..f432d0d 100644 --- a/src/ipfs.js +++ b/src/ipfs.js @@ -14,7 +14,7 @@ class IPFS { constructor (config) { this.IPFS_API = process.env.IPFS_API ? process.env.IPFS_API - : 'https://ipfs-api.fullstack.cash' + : 'https://ipfs-file-upload.fullstack.nl' // : `http://localhost:5001` // Default options when calling axios.