Bootstrap Icon hozzáadása
This commit is contained in:
@@ -124,7 +124,7 @@ namespace WorkFlowCheck.Web.Services
|
||||
|
||||
public async Task<RoleDTO> GetRole(int id)
|
||||
{
|
||||
string endpoint = $"{_httpClient.BaseAddress}api/Role/GetRole/{id}";
|
||||
string endpoint = $"{_httpClient.BaseAddress}api/User/GetRole/{id}";
|
||||
var retVal = new RoleDTO();
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user