Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 846c8d0

Browse files
committed
Add mimetype for jsx
1 parent 757f6bb commit 846c8d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ServiceStack.Text/HttpUtils.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,9 @@ public static string GetMimeType(string fileNameOrExt)
927927
case "ts":
928928
return "text/x.typescript";
929929

930+
case "jsx":
931+
return "text/jsx";
932+
930933
case "csv":
931934
case "css":
932935
case "sgml":

0 commit comments

Comments
 (0)