@@ -, +, @@ --- Koha/REST/V1.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/REST/V1.pm +++ a/Koha/REST/V1.pm @@ -53,7 +53,7 @@ sub startup { # Paths-, Parameters-, Definitions- & Info-object # is not allowed by the OpenAPI specification. }); - $self->plugin( 'Koha::REST::Plugin::Pagination' ); + # $self->plugin( 'Koha::REST::Plugin::Pagination' ); } 1; --