nuget module installation fix II

This commit is contained in:
Pavel Vesely 2020-04-07 16:44:38 +02:00
parent 3fc7e78e56
commit 6d0043669c

View File

@ -201,7 +201,7 @@ namespace Oqtane
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
public void Configure(IApplicationBuilder app, IWebHostEnvironment env, IInstallationManager installationManager, DatabaseManager databaseManager)
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
if (env.IsDevelopment())
{