remove option for publishing through ipfs node interface

This commit is contained in:
Ian Norden
2020-08-12 09:26:18 -05:00
parent 39354b2114
commit a532e17e21
55 changed files with 206 additions and 2311 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ var (
type Backend struct {
Retriever *CIDRetriever
Fetcher *IPLDPGFetcher
Fetcher *IPLDFetcher
DB *postgres.DB
}