Skip to content

Commit

Permalink
Update pkg/server/http/ipfs.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rod Vagg <[email protected]>
  • Loading branch information
hannahhoward and rvagg committed May 29, 2023
1 parent e751bda commit d87d939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/http/ipfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

var (
MimeTypeCar = "application/vnd.ipld.var" // The only accepted MIME type
MimeTypeCar = "application/vnd.ipld.car" // The only accepted MIME type
MimeTypeCarVersion = "1" // We only accept version 1 of the MIME type
FormatParameterCar = "car" // The only valid format parameter value
FilenameExtCar = ".car" // The only valid filename extension
Expand Down

0 comments on commit d87d939

Please sign in to comment.