We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3806cfe commit e397939Copy full SHA for e397939
web.config
@@ -0,0 +1,9 @@
1
+<?xml version="1.0"?>
2
+
3
+<configuration>
4
+ <system.webServer>
5
+ <staticContent>
6
+ <mimeMap fileExtension=".json" mimeType="application/json" />
7
+ </staticContent>
8
+ </system.webServer>
9
+</configuration>
0 commit comments