move icon loading reflection logic to server
This commit is contained in:
@ -33,5 +33,10 @@ namespace Oqtane.Services
|
||||
{
|
||||
await PostJsonAsync(Apiurl, settings);
|
||||
}
|
||||
|
||||
public async Task<Dictionary<string, string>> GetIconsAsync()
|
||||
{
|
||||
return await GetJsonAsync<Dictionary<string, string>>($"{Apiurl}/icons");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user