Skip to content

Commit e397939

Browse files
author
Kirk Shoop (MS OPEN TECH)
committed
ease player host creation
1 parent 3806cfe commit e397939

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

web.config

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)