Files
ppc_amnet/amnet-web/public/web.config
T
ppc cae2ec1090 Revert "add SPA handling to web.config"
This reverts commit 235a07d251b18102c9c7e13e2df4bb93987aa431.
2024-08-22 09:24:48 +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>