fix api error
This commit is contained in:
parent
29d892a20e
commit
d94e54b72d
1 changed files with 1 additions and 1 deletions
|
|
@ -450,7 +450,7 @@ namespace BMA.EHR.Application.Repositories
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var apiPath = $"{_configuration["API"]}/org/dotnet/profile/{id}";
|
var apiPath = $"{_configuration["API"]}/org/profile/{id}";
|
||||||
|
|
||||||
var apiResult = GetExternalAPIAsync(apiPath, accessToken ?? "");
|
var apiResult = GetExternalAPIAsync(apiPath, accessToken ?? "");
|
||||||
if (apiResult.Result != null)
|
if (apiResult.Result != null)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue