Management UI for roles, users, tenants
This commit is contained in:
@ -46,6 +46,7 @@ namespace Oqtane.Services
|
||||
{
|
||||
return await http.PutJsonAsync<Site>(apiurl + "/" + Site.SiteId.ToString(), Site);
|
||||
}
|
||||
|
||||
public async Task DeleteSiteAsync(int SiteId)
|
||||
{
|
||||
await http.DeleteAsync(apiurl + "/" + SiteId.ToString());
|
||||
|
Reference in New Issue
Block a user