Bootstrap Icon hozzáadása

This commit is contained in:
2025-03-18 13:12:17 +01:00
parent 8c1966ef4c
commit 9297ff3970
14 changed files with 202 additions and 52 deletions
@@ -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
{