Skip to content

Commit 7c3df23

Browse files
committed
UIFC-437-use-generic-hooks fix bug in API path
1 parent 5ede5e8 commit 7c3df23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/util/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const API_COLLECTIONS = 'finc-config/metadata-collections';
1+
export const API_COLLECTIONS = 'finc-select/metadata-collections';
22
export const API_COLLECTIONS_BY_FILTER_ID = (filterId) => `finc-select/filters/${filterId}/collections`;
33
export const API_COLLECTIONS_SELECT_ALL_BY_SOURCE_ID = (sourceId) => `finc-select/metadata-sources/${sourceId}/collections/select-all`;
44
export const API_EZB_CREDENTIALS = 'finc-select/ezb-credentials';

0 commit comments

Comments
 (0)