diff --git a/main.go b/main.go index f2e45c0..8adcf36 100644 --- a/main.go +++ b/main.go @@ -35,9 +35,9 @@ type PinJSONRequestBody struct { } type PinJSONResponseBody struct { - IpfsHash string `json:"ipfsHash"` - PinSize int `json:"pinSize"` - Timestamp string `json:"timestamp"` + IpfsHash string `json:"IpfsHash"` + PinSize int `json:"PinSize"` + Timestamp string `json:"Timestamp"` } type WrappedResponseWriter struct {