From d4986156de8f476895ab231cf7a67740246285e3 Mon Sep 17 00:00:00 2001
From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Date: Wed, 11 Oct 2017 13:43:12 +0200
Subject: [PATCH] Koha REST V1
Content-Type: text/plain; charset=utf-8

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
---
 Koha/REST/V1.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Koha/REST/V1.pm b/Koha/REST/V1.pm
index 0293418..52453b8 100644
--- a/Koha/REST/V1.pm
+++ b/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;
-- 
2.1.4