hits correct api end point to get options data for host groups list

This commit is contained in:
Alex Corey 2021-07-19 16:11:14 -04:00
parent 3f44c5d18b
commit cfcaa4271c

View File

@ -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) {