Skip to content

Commit

Permalink
Merge pull request #129 from joreg/patch-1
Browse files Browse the repository at this point in the history
adds ".wasm" to known mimetypes
  • Loading branch information
jchristn authored Dec 18, 2023
2 parents 2ce6de2 + 99cb89b commit a39d8d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/WatsonWebserver.Core/MimeTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ public class MimeTypes
{".vsw", "application/vnd.visio"},
{".vsx", "application/vnd.visio"},
{".vtx", "application/vnd.visio"},
{".wasm", "application/wasm"},
{".wav", "audio/wav"},
{".wave", "audio/wav"},
{".wax", "audio/x-ms-wax"},
Expand Down Expand Up @@ -634,4 +635,4 @@ public static string GetFromExtension(string extension)

#endregion
}
}
}

0 comments on commit a39d8d3

Please sign in to comment.