From: Dietmar Maurer Date: Thu, 18 Jan 2018 08:14:40 +0000 (+0100) Subject: PMG/API2/Transport.pm: fix link attribute X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=cc4512f6e94d36d275b4bdd00d24435de1c77265;p=pmg-api.git PMG/API2/Transport.pm: fix link attribute --- diff --git a/PMG/API2/Transport.pm b/PMG/API2/Transport.pm index f8d0d84..fdc1509 100644 --- a/PMG/API2/Transport.pm +++ b/PMG/API2/Transport.pm @@ -38,7 +38,7 @@ __PACKAGE__->register_method ({ comment => { type => 'string'}, }, }, - links => [ { rel => 'child', href => "{id}" } ], + links => [ { rel => 'child', href => "{domain}" } ], }, code => sub { my ($param) = @_;