Skip to content

Commit

Permalink
Merge pull request #1809 from CSCfi/search-pages-2v3
Browse files Browse the repository at this point in the history
search-pages-2v3
  • Loading branch information
ommann authored Mar 14, 2024
2 parents b8ef980 + 29dd3a8 commit 88dfa73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/portal/services/publication2.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<SearchParams>({});

Expand Down

0 comments on commit 88dfa73

Please sign in to comment.