Skip to content
Snippets Groups Projects
Commit 3e4135af authored by Francé Wilke's avatar Francé Wilke
Browse files

Add MIMETypePNG

parent ebe4083e
Branches
Tags v1.10.0
No related merge requests found
......@@ -54,6 +54,9 @@ const (
// MIMETypeImage defines the constant for the Image MIME type.
MIMETypeImage MIMEType = "image/*"
// MIMETypePNG defines the constant for the PNG MIME type.
MIMETypePNG MIMEType = "image/png"
// MIMETypeDefault defines the constant for the default MIME type.
MIMETypeDefault MIMEType = "application/octet-stream"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment