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

(-)a/Koha/REST/V1.pm (-2 / +1 lines)
Lines 175-181 sub startup { Link Here
175
    $self->plugin('Koha::REST::Plugin::Responses');
175
    $self->plugin('Koha::REST::Plugin::Responses');
176
    $self->plugin('Koha::REST::Plugin::Auth::IdP');
176
    $self->plugin('Koha::REST::Plugin::Auth::IdP');
177
    $self->plugin('Koha::REST::Plugin::Auth::PublicRoutes');
177
    $self->plugin('Koha::REST::Plugin::Auth::PublicRoutes');
178
    $self->plugin( 'Mojolicious::Plugin::OAuth2' => $oauth_configuration );
178
    $self->plugin( 'OAuth2' => $oauth_configuration );
179
}
179
}
180
180
181
1;
181
1;
182
- 

Return to bug 39160