diff --git a/src/app/core/coar-notify/notify-info/notify-info.service.ts b/src/app/core/coar-notify/notify-info/notify-info.service.ts index 4b2d572d3c..87bbc0a9cd 100644 --- a/src/app/core/coar-notify/notify-info/notify-info.service.ts +++ b/src/app/core/coar-notify/notify-info/notify-info.service.ts @@ -35,7 +35,7 @@ export class NotifyInfoService { * @returns the url of the local inbox */ getCoarLdnLocalInboxUrls(): Observable { - return this.configService.findByPropertyName('ldn.notify.local-inbox-endpoint').pipe( + return this.configService.findByPropertyName('ldn.notify.inbox').pipe( getFirstSucceededRemoteData(), getRemoteDataPayload(), map((response: ConfigurationProperty) => {