From ce2ee3fc1b4355a277d512d136d2ecdc044bdb90 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 3 Feb 2021 17:38:43 -0800 Subject: [PATCH] fix(typo): Fixing typo in IPFS class --- src/ipfs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipfs.js b/src/ipfs.js index f432d0d..48285cb 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-file-upload.fullstack.nl' + : 'https://ipfs-file-upload.fullstackcash.nl' // : `http://localhost:5001` // Default options when calling axios.