Skip to content

Commit

Permalink
Merge pull request #147 from ARGOeu/webapi
Browse files Browse the repository at this point in the history
ARGO-2280 Integrate WEBAPI as topology source in argo-ncg
  • Loading branch information
eimamagi authored Jan 20, 2022
2 parents c026992 + 6cd5300 commit 19554a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/NCG/SiteSet/WEBAPI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sub getData {
$url = $self->{WEBAPI_ROOT_URL} . $DEFAULT_WEBAPI_ROOT_URL_SUFFIX;

if ($self->{FILTER}) {
$url .= '?' . $self->{FILTER} . '&group=' . $sitename;
$url .= '?' . $self->{FILTER};
}

my $req = HTTP::Request->new(GET => $url);
Expand Down

0 comments on commit 19554a9

Please sign in to comment.