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

(-)a/Koha/REST/V1/Auth.pm (-1 / +6 lines)
Lines 36-41 use Koha::Exceptions::Authorization; Link Here
36
use Scalar::Util qw( blessed );
36
use Scalar::Util qw( blessed );
37
use Try::Tiny;
37
use Try::Tiny;
38
38
39
=head1 NAME
40
41
Koha::REST::V1::Auth
42
43
=head2 Operations
44
39
=head3 under
45
=head3 under
40
46
41
This subroutine is called before every request to API.
47
This subroutine is called before every request to API.
42
- 

Return to bug 18137