diff --git a/src/app/core/account-trusted-individuals/account-trusted-individuals.service.ts b/src/app/core/account-trusted-individuals/account-trusted-individuals.service.ts index 4eeaa585d9..60edb6db5e 100644 --- a/src/app/core/account-trusted-individuals/account-trusted-individuals.service.ts +++ b/src/app/core/account-trusted-individuals/account-trusted-individuals.service.ts @@ -90,7 +90,7 @@ export class AccountTrustedIndividualsService { return this._http .get( environment.API_WEB + - `manage/search-for-delegate-by-email/${encodeURIComponent(email)}/`, + `account/search-for-delegate-by-email/${encodeURIComponent(email)}/`, { headers: this.headers } ) .pipe( @@ -116,7 +116,7 @@ export class AccountTrustedIndividualsService { return this._http .get( environment.API_WEB + - `manage/search-for-delegate-by-orcid/${encodeURIComponent(email)}/`, + `account/search-for-delegate-by-orcid/${encodeURIComponent(email)}/`, { headers: this.headers } ) .pipe(