(plugin) network:🇦🇼:orchestrator::restapi - fix group endpoint (#3926)

This commit is contained in:
qgarnier 2022-09-26 16:30:35 +02:00 committed by GitHub
parent 165565652d
commit 96cee373b6
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ sub get_groups {
my ($self, %options) = @_;
my $results = $options{custom}->request_api(
endpoint => '/group'
endpoint => '/gms/group'
);
my $groups = {};
foreach (@$results) {

View File

@ -56,7 +56,7 @@ sub get_groups {
my ($self, %options) = @_;
my $results = $options{custom}->request_api(
endpoint => '/group'
endpoint => '/gms/group'
);
my $groups = {};
foreach (@$results) {