View | Details | Raw Unified | Return to bug 37145
Collapse All | Expand All

(-)a/Koha/REST/V1/ERM/EUsage/CounterRegistry.pm (-2 / +1 lines)
Lines 47-53 sub list { Link Here
47
47
48
    my $search_string = $query_params_array[0]->{name};
48
    my $search_string = $query_params_array[0]->{name};
49
49
50
    my $url     = 'https://registry.projectcounter.org/api/v1/platform/';
50
    my $url     = 'https://registry.countermetrics.org/api/v1/platform/';
51
    my $request = HTTP::Request->new(
51
    my $request = HTTP::Request->new(
52
        GET => $url,
52
        GET => $url,
53
    );
53
    );
54
- 

Return to bug 37145