Bug 32030: ERM - Agreement documents (FIXED)
[koha-ffzg.git] / Koha / REST / V1.pm
index 79d73bb..13bbcfc 100644 (file)
@@ -98,6 +98,8 @@ sub startup {
                 route => $self->routes->under('/api/v1')->to('Auth#under'),
             }
         );
+
+        $self->plugin('RenderFile');
     }
     catch {
         # Validation of the complete spec failed. Resort to validation one-by-one