Refactor host user security model, support static assets in modules and themes, module definition permissions and categories, paging control, remove SiteUsers, move seed data from script to site template for installation
This commit is contained in:
@ -36,5 +36,10 @@ namespace Oqtane.Services
|
||||
{
|
||||
return await http.GetJsonAsync<Tenant>(apiurl);
|
||||
}
|
||||
|
||||
public async Task<Tenant> AddTenantAsync(Tenant Tenant)
|
||||
{
|
||||
return await http.PostJsonAsync<Tenant>(apiurl, Tenant);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user