Skip to content

Commit 26eff26

Browse files
Add .br file type
1 parent 511de52 commit 26eff26

File tree

1 file changed

+1
-0
lines changed
  • src/Certify.Server/Certify.Server.HubService

1 file changed

+1
-0
lines changed

src/Certify.Server/Certify.Server.HubService/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@
267267
// Add new mappings
268268
provider.Mappings[".dat"] = "application/octet-stream";
269269
provider.Mappings[".dll"] = "application/octet-stream";
270+
provider.Mappings[".br"] = "application/x-br";
270271
provider.Mappings[".image"] = "image/png";
271272

272273
app.UseStaticFiles(new StaticFileOptions

0 commit comments

Comments
 (0)