Gets CoreRuntime loading/booting in integration project
This commit is contained in:
@@ -15,6 +15,7 @@ namespace Umbraco.Web
|
||||
|
||||
public UriUtility(IHostingEnvironment hostingEnvironment)
|
||||
{
|
||||
if (hostingEnvironment is null) throw new ArgumentNullException(nameof(hostingEnvironment));
|
||||
ResetAppDomainAppVirtualPath(hostingEnvironment);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user