Merge remote-tracking branch 'github-mike/upstream-local' into upstream-local

This commit is contained in:
Mike Casas 2020-07-14 11:42:55 -04:00
commit 57c500f4bc

View File

@ -33,7 +33,7 @@ namespace [Owner].[Module]s.Services
public async Task<[Module]> Add[Module]Async([Module] [Module])
{
return await PostJsonAsync<[Module]>(CreateAuthPolicyUrl($"{Apiurl}?entityid={[Module].ModuleId}", [Module].ModuleId), [Module]);
return await PostJsonAsync<[Module]>(CreateAuthPolicyUrl($"{Apiurl}?moduleid={[Module].ModuleId}", [Module].ModuleId), [Module]);
}
public async Task<[Module]> Update[Module]Async([Module] [Module])