fix bug #648: forward call to correct node

This commit is contained in:
Dietmar Maurer 2015-06-30 07:04:25 +02:00
parent 3efe7f0e4c
commit 502a69ef9e

View File

@ -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' ]],