Skip to content

Commit 60e679a

Browse files
corrected
1 parent fb0c863 commit 60e679a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearningHub.Nhs.UserApi/web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<handlers>
1515
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
1616
</handlers>
17-
<aspNetCore processPath="dotnet" arguments=".\LearningHub.Nhs.AdminUI.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
17+
<aspNetCore processPath="dotnet" arguments=".\LearningHub.Nhs.UserApi.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="InProcess" />
1818
</system.webServer>
1919
</location>
2020
</configuration>

0 commit comments

Comments
 (0)