allow host to change runtime and rendermode settings in System Info
This commit is contained in:
@ -22,5 +22,10 @@ namespace Oqtane.Services
|
||||
{
|
||||
return await GetJsonAsync<Dictionary<string, string>>(Apiurl);
|
||||
}
|
||||
|
||||
public async Task UpdateSystemInfoAsync(Dictionary<string, string> settings)
|
||||
{
|
||||
await PostJsonAsync(Apiurl, settings);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user