]> git.proxmox.com Git - pmg-api.git/commitdiff
PMG/API2/Transport.pm: fix link attribute
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 18 Jan 2018 08:14:40 +0000 (09:14 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 18 Jan 2018 08:14:40 +0000 (09:14 +0100)
PMG/API2/Transport.pm

index f8d0d84426411d0d1792cb0a00fdc5720e3daa92..fdc15091c9ded73691afd40f1babd0f010fcc4c5 100644 (file)
@@ -38,7 +38,7 @@ __PACKAGE__->register_method ({
                comment => { type => 'string'},
            },
        },
-       links => [ { rel => 'child', href => "{id}" } ],
+       links => [ { rel => 'child', href => "{domain}" } ],
     },
     code => sub {
        my ($param) = @_;