diff --git a/api/resource.go b/api/resource.go index 749c9953..bf9688dc 100644 --- a/api/resource.go +++ b/api/resource.go @@ -11,7 +11,7 @@ type Resource struct { // Domain specific fields Filename string `json:"filename"` Blob []byte `json:"-"` - InternalPath string `json:"internalPath"` + InternalPath string `json:"-"` ExternalLink string `json:"externalLink"` Type string `json:"type"` Size int64 `json:"size"`