Skip to content

Commit cd4093c

Browse files
committed
ENG-24556 updated misc settings as well
1 parent 48af14d commit cd4093c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/api/services/v3/cmp/MiscellaneousSettingsService.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ const URL = 'v3/cmp/miscellaneousSettings'
44

55
export default {
66
/**
7-
* Retrieve a list of existing Miscellaneous Settings
8-
* @returns {Promise} resolves with a paginated list of all misc settings.
7+
* Retrieve existing Miscellaneous Settings
8+
* @returns {Promise} resolves with all misc settings.
99
*/
10-
list: () => crud.getItems(URL),
10+
list: () => crud.getItemByEndpoint(URL),
1111

1212
/**
1313
* Update existing Miscellaneous Settings

0 commit comments

Comments
 (0)