Updated plugin installation and plugin loading
This commit is contained in:
@@ -65,7 +65,7 @@ public class HomeController : Controller
|
||||
{
|
||||
_logger.Log("Loading plugins", this);
|
||||
await _pluginLoader.LoadPlugins();
|
||||
_logger.Log("Plugins loaded", this);
|
||||
//_logger.Log("Plugins loaded", this);
|
||||
return RedirectToAction("Index");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user