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

Commit c1358e5

Browse files
committed
Add .ps1
1 parent 8b92144 commit c1358e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceStack.Text/HttpUtils.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,6 +1639,7 @@ public static string GetMimeType(string fileNameOrExt)
16391639
return "text/xml";
16401640

16411641
case "txt":
1642+
case "ps1":
16421643
return "text/plain";
16431644

16441645
case "sgml":

0 commit comments

Comments
 (0)