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

(-)a/Koha/REST/V1.pm (-2 / +1 lines)
Lines 161-167 sub startup { Link Here
161
    $self->plugin('Koha::REST::Plugin::Exceptions');
161
    $self->plugin('Koha::REST::Plugin::Exceptions');
162
    $self->plugin('Koha::REST::Plugin::Responses');
162
    $self->plugin('Koha::REST::Plugin::Responses');
163
    $self->plugin('Koha::REST::Plugin::Auth::IdP');
163
    $self->plugin('Koha::REST::Plugin::Auth::IdP');
164
    $self->plugin( 'Mojolicious::Plugin::OAuth2' => $oauth_configuration );
164
    $self->plugin( 'OAuth2' => $oauth_configuration );
165
}
165
}
166
166
167
1;
167
1;
168
- 

Return to bug 39160