This commit is contained in:
kittapath-Jool 2025-10-12 13:59:35 +07:00
parent e2328bf903
commit a4968ff66f

View file

@ -186,7 +186,7 @@ namespace BMA.EHR.Recruit.Service.Services
Console.WriteLine("118");
httpClient1.DefaultRequestHeaders.Add("api_key", _configuration["API_KEY"]);
Console.WriteLine("117");
var apiUrl1 = $"{_configuration["API"]}/api/v1/org/pos/level";
var apiUrl1 = $"{_configuration["API"]}/org/pos/level";
Console.WriteLine("116");
var response1 = await httpClient1.GetStringAsync(apiUrl1);
Console.WriteLine("115");