We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ede5e8 commit 7c3df23Copy full SHA for 7c3df23
1 file changed
src/util/constants.js
@@ -1,4 +1,4 @@
1
-export const API_COLLECTIONS = 'finc-config/metadata-collections';
+export const API_COLLECTIONS = 'finc-select/metadata-collections';
2
export const API_COLLECTIONS_BY_FILTER_ID = (filterId) => `finc-select/filters/${filterId}/collections`;
3
export const API_COLLECTIONS_SELECT_ALL_BY_SOURCE_ID = (sourceId) => `finc-select/metadata-sources/${sourceId}/collections/select-all`;
4
export const API_EZB_CREDENTIALS = 'finc-select/ezb-credentials';
0 commit comments