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

(-)a/Koha/REST/V1.pm (-1 / +2 lines)
Lines 56-61 sub startup { Link Here
56
        validate => 1,
56
        validate => 1,
57
        spec_path => '/spec'
57
        spec_path => '/spec'
58
    });
58
    });
59
60
    $self->helper(syspref => sub { C4::Context->preference($_[1]) });
59
}
61
}
60
62
61
=head3 authenticate_api_request
63
=head3 authenticate_api_request
62
- 

Return to bug 7520