optimizing tenant resolution and routing
This commit is contained in:
@ -18,7 +18,7 @@ namespace Oqtane.Services
|
||||
_siteState = siteState;
|
||||
}
|
||||
|
||||
private string Apiurl => CreateApiUrl(_siteState.Alias, "Role");
|
||||
private string Apiurl => CreateApiUrl("Role", _siteState.Alias);
|
||||
|
||||
public async Task<List<Role>> GetRolesAsync(int siteId)
|
||||
{
|
||||
|
Reference in New Issue
Block a user