mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 15:30:14 -04:00
9 lines
258 B
XML
9 lines
258 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<configuration>
|
|
<system.webServer>
|
|
<staticContent>
|
|
<mimeMap fileExtension=".json" mimeType="application/x-javascript" />
|
|
</staticContent>
|
|
</system.webServer>
|
|
</configuration>
|