web.config path updated.

This commit is contained in:
Rodrigo Rodriguez 2018-04-25 03:10:14 -03:00
parent b42aeb7d5a
commit 9027c9c39e

View file

@ -2,7 +2,7 @@
<configuration> <configuration>
<system.webServer> <system.webServer>
<handlers> <handlers>
<add name="iisnode" path="dist/app.js" verb="*" modules="iisnode"/> <add name="iisnode" path="dist/src/app.js" verb="*" modules="iisnode"/>
</handlers> </handlers>
<rewrite> <rewrite>
<rules> <rules>
@ -19,7 +19,7 @@
<conditions> <conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="True"/> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="True"/>
</conditions> </conditions>
<action type="Rewrite" url="dist/app.js"/> <action type="Rewrite" url="dist/src/app.js"/>
</rule> </rule>
</rules> </rules>
</rewrite> </rewrite>