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

(-)a/Koha/REST/V1.pm (-1 / +1 lines)
Lines 54-59 sub startup { Link Here
54
                                # is not allowed by the OpenAPI specification.
54
                                # is not allowed by the OpenAPI specification.
55
    });
55
    });
56
    $self->plugin( 'Koha::REST::Plugin::Pagination' );
56
    $self->plugin( 'Koha::REST::Plugin::Pagination' );
57
    $self->plugin( 'Koha::REST::Plugin::Query' );
57
}
58
}
58
59
59
1;
60
1;
60
- 

Return to bug 19234