From 29dd3a839f3a72a87dbc5d95f6c66a3dd025b47c Mon Sep 17 00:00:00 2001 From: Olli Mannevaara Date: Thu, 14 Mar 2024 10:04:01 +0200 Subject: [PATCH] Fix appConfigService use in new publication search --- src/app/portal/services/publication2.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/portal/services/publication2.service.ts b/src/app/portal/services/publication2.service.ts index c951977ee..92769e79b 100644 --- a/src/app/portal/services/publication2.service.ts +++ b/src/app/portal/services/publication2.service.ts @@ -84,7 +84,7 @@ export class Publication2Service { locale = inject(LOCALE_ID); appConfigService = inject(AppConfigService); - searchUrl = this.appConfigService.apiUrl + '/portalapi/publication/_search' + searchUrl = this.appConfigService.apiUrl + '/publication/_search' searchParams = new BehaviorSubject({});