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

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

Return to bug 18137