Skip to content

Commit c6f3471

Browse files
committed
ENG-24556 changed response parser
1 parent 6901c78 commit c6f3471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export default {
1111
* catalogShowOsBuildsFilter,catalogShowResourceTypesFilter,catalogShowGroupsFilter
1212
* @returns {Promise} API Response of the Settings object, or the specific fields requested
1313
*/
14-
list: (options) => crud.getItems(URL, options)
14+
list: (options) => crud.getItemByEndpoint(URL, options)
1515
}

0 commit comments

Comments
 (0)