no message

This commit is contained in:
kittapath 2024-12-24 13:34:54 +07:00
parent 0b760a253f
commit 7630cb4277
2 changed files with 9 additions and 9 deletions

View file

@ -82,7 +82,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
var child2Id = "";
var child3Id = "";
var child4Id = "";
var apiUrl = $"{_configuration["API"]}/org/profile/keycloak/position";
var apiUrl = $"{_configuration["API"]}/org/permission/checkOrg/{UserId}";
using (var client = new HttpClient())
{
client.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", token.Replace("Bearer ", ""));