consolidated package installation so that it always occurs during startup and added logging in case of errors
This commit is contained in:
@ -103,6 +103,7 @@ namespace Oqtane.Controllers
|
||||
[HttpGet("list")]
|
||||
public List<string> List()
|
||||
{
|
||||
// could check environment.EnvironmentName to return actual file names instead
|
||||
return GetAssemblyList().Select(item => item.HashedName).ToList();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user