Created
November 12, 2018 23:01
-
-
Save stu01509/d6b49820fdccdaae1c29a1245b0ae48f to your computer and use it in GitHub Desktop.
Azure Add MIME TYPE Josn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <configuration> | |
| <system.webServer> | |
| <staticContent> | |
| <mimeMap fileExtension=".json" mimeType="application/json" /> | |
| </staticContent> | |
| </system.webServer> | |
| </configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment