Spaces:
Running
Running
File size: 271 Bytes
27e7d8e |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json" />
<mimeMap fileExtension=".gexf" mimeType="text/xml" />
</staticContent>
</system.webServer>
</configuration>
|