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 List<Attribution>? AttributionsList { get; set; }
|
||||||
|
|
||||||
private string? LicenseUrl => "static/LICENSE.txt";
|
private string LicenseUrl => "static/LICENSE.txt";
|
||||||
|
|
||||||
[Inject]
|
[Inject] private IWebHostEnvironment HostEnvironment { get; set; } = default!;
|
||||||
private IWebHostEnvironment HostEnvironment { get; set; }
|
|
||||||
|
|
||||||
protected override async Task OnInitializedAsync()
|
protected override async Task OnInitializedAsync()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue