This commit is contained in:
parent
ad9bf582c0
commit
13abfcf0f9
1 changed files with 2 additions and 3 deletions
|
@ -48,10 +48,9 @@
|
|||
|
||||
private List<Attribution>? AttributionsList { get; set; }
|
||||
|
||||
private string? LicenseUrl => "static/LICENSE.txt";
|
||||
private string LicenseUrl => "static/LICENSE.txt";
|
||||
|
||||
[Inject]
|
||||
private IWebHostEnvironment HostEnvironment { get; set; }
|
||||
[Inject] private IWebHostEnvironment HostEnvironment { get; set; } = default!;
|
||||
|
||||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue