diff --git a/awx/ui_next/src/api/models/Hosts.js b/awx/ui_next/src/api/models/Hosts.js index ae90bf2826..7c4b9446a0 100644 --- a/awx/ui_next/src/api/models/Hosts.js +++ b/awx/ui_next/src/api/models/Hosts.js @@ -21,7 +21,7 @@ class Hosts extends Base { } readGroupsOptions(id) { - return this.http.options(`${this.baseUrl}${id}/groups/`); + return this.http.options(`${this.baseUrl}${id}/all_groups/`); } associateGroup(id, groupId) {