From 502a69ef9e7ac04c0afa3fbc5ec2afdb39c3b183 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 30 Jun 2015 07:04:25 +0200 Subject: [PATCH] fix bug #648: forward call to correct node --- PVE/API2/APT.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm index f1b5f34a..2eac330a 100644 --- a/PVE/API2/APT.pm +++ b/PVE/API2/APT.pm @@ -497,6 +497,7 @@ __PACKAGE__->register_method({ name => 'versions', path => 'versions', method => 'GET', + proxyto => 'node', description => "Get package information for important Proxmox packages.", permissions => { check => ['perm', '/nodes/{node}', [ 'Sys.Audit' ]],