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

(-)a/Koha/REST/V1.pm (-1 / +1 lines)
Lines 53-58 sub startup { Link Here
53
                                # Paths-, Parameters-, Definitions- & Info-object
53
                                # Paths-, Parameters-, Definitions- & Info-object
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
}
57
}
57
58
58
1;
59
1;
59
- 

Return to bug 19196