web.config path updated.
This commit is contained in:
parent
b42aeb7d5a
commit
9027c9c39e
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
<configuration>
|
||||
<system.webServer>
|
||||
<handlers>
|
||||
<add name="iisnode" path="dist/app.js" verb="*" modules="iisnode"/>
|
||||
<add name="iisnode" path="dist/src/app.js" verb="*" modules="iisnode"/>
|
||||
</handlers>
|
||||
<rewrite>
|
||||
<rules>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<conditions>
|
||||
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="True"/>
|
||||
</conditions>
|
||||
<action type="Rewrite" url="dist/app.js"/>
|
||||
<action type="Rewrite" url="dist/src/app.js"/>
|
||||
</rule>
|
||||
</rules>
|
||||
</rewrite>
|
||||
|
|
Loading…
Add table
Reference in a new issue