mirror of
git://git.proxmox.com/git/pve-apiclient.git
synced 2025-01-03 05:17:58 +03:00
example1.pl: remove unnecessary perfix /api2/json/
This commit is contained in:
parent
bc39c2840a
commit
ce70bf815f
@ -31,6 +31,6 @@ my $conn = PVE::APIClient::LWP->new(
|
||||
manual_verification => 1,
|
||||
);
|
||||
|
||||
my $res = $conn->get("api2/json/", {});
|
||||
my $res = $conn->get("/", {});
|
||||
|
||||
print to_json($res, { pretty => 1, canonical => 1});
|
||||
|
Loading…
Reference in New Issue
Block a user