Skip to content

Commit

Permalink
Add gml extension map (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
veronikaandersen authored Apr 10, 2024
1 parent 75a0228 commit 379713b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Altinn.App.Core/Helpers/MimeTypeMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ private static IDictionary<string, MimeType> BuildMappings()
{ ".fsx", new("application/fsharp-script") },
{ ".generictest", new("application/xml") },
{ ".gif", new("image/gif") },
{ ".gml", new ("application/gml+xml") },
{ ".gpx", new("application/gpx+xml") },
{ ".group", new("text/x-ms-group") },
{ ".gsm", new("audio/x-gsm") },
Expand Down

0 comments on commit 379713b

Please sign in to comment.