Skip to content

Commit

Permalink
Merge pull request #6 from graphprotocol/rotarur/fix-ipfs-pin-ls
Browse files Browse the repository at this point in the history
fixed IPFS pin ls endpoint
  • Loading branch information
rotarur authored Oct 18, 2023
2 parents e4e9ac8 + 9b6e544 commit 5315e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package utils
import "net/http"

var DIR_LIST_ENDPOINT string = "/ipfs/api/v0/ls?arg="
var PIN_LIST_ENDPOINT string = "/ipfs/api/v0/pin/ls"
var PIN_LIST_ENDPOINT string = "/ipfs/api/v0/pin/ls?stream=true"
var CAT_ENDPOINT string = "/ipfs/api/v0/cat?arg="
var IPFS_PIN_ENDPOINT string = "/ipfs/api/v0/add"
var HEADER_APP_JSON string = "application/json"
Expand Down

0 comments on commit 5315e57

Please sign in to comment.