Files
ppc_amnet/amnet-web/public/web.config
T
2024-08-21 21:24:01 +01:00

9 lines
238 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension="." mimeType="application/json" />
</staticContent>
</system.webServer>
</configuration>