Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
WebP MIME type exists in standard lib now
Browse files Browse the repository at this point in the history
  • Loading branch information
akyoto committed Nov 14, 2019
1 parent e72045b commit 7a9c5fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Application.go
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,6 @@ func initMIMETypes() {
extension string
typ string
}{
{
extension: ".webp",
typ: "image/webp",
},
{
extension: ".apng",
typ: "image/apng",
Expand Down

0 comments on commit 7a9c5fb

Please sign in to comment.