[CST-12235] changed property name to ldn.notify.inbox

This commit is contained in:
Alisa Ismailati
2023-10-26 19:28:44 +02:00
parent 422a223c40
commit b102ef7165

View File

@@ -35,7 +35,7 @@ export class NotifyInfoService {
* @returns the url of the local inbox
*/
getCoarLdnLocalInboxUrls(): Observable<string[]> {
return this.configService.findByPropertyName('ldn.notify.local-inbox-endpoint').pipe(
return this.configService.findByPropertyName('ldn.notify.inbox').pipe(
getFirstSucceededRemoteData(),
getRemoteDataPayload(),
map((response: ConfigurationProperty) => {