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

(-)a/Koha/REST/V1.pm (-1 / +2 lines)
Lines 25-30 use Koha::Patrons; Link Here
25
sub startup {
25
sub startup {
26
    my $self = shift;
26
    my $self = shift;
27
27
28
    $self->helper(syspref => sub { C4::Context->preference($_[1]) });
29
    
28
    my $route = $self->routes->under->to(
30
    my $route = $self->routes->under->to(
29
        cb => sub {
31
        cb => sub {
30
            my $c = shift;
32
            my $c = shift;
31
- 

Return to bug 7520