test
This commit is contained in:
parent
e2328bf903
commit
a4968ff66f
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ namespace BMA.EHR.Recruit.Service.Services
|
||||||
Console.WriteLine("118");
|
Console.WriteLine("118");
|
||||||
httpClient1.DefaultRequestHeaders.Add("api_key", _configuration["API_KEY"]);
|
httpClient1.DefaultRequestHeaders.Add("api_key", _configuration["API_KEY"]);
|
||||||
Console.WriteLine("117");
|
Console.WriteLine("117");
|
||||||
var apiUrl1 = $"{_configuration["API"]}/api/v1/org/pos/level";
|
var apiUrl1 = $"{_configuration["API"]}/org/pos/level";
|
||||||
Console.WriteLine("116");
|
Console.WriteLine("116");
|
||||||
var response1 = await httpClient1.GetStringAsync(apiUrl1);
|
var response1 = await httpClient1.GetStringAsync(apiUrl1);
|
||||||
Console.WriteLine("115");
|
Console.WriteLine("115");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue