5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-11-07 04:23:43 +03:00

api-viewer: adapt to changes

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2021-06-02 16:19:34 +02:00
parent 37d44f8e21
commit 1f79cc8cea
3 changed files with 5 additions and 5 deletions

View File

@@ -10,6 +10,6 @@ use JSON;
my $tree = PVE::RESTHandler::api_dump_remove_refs(PVE::RESTHandler::api_dump('PVE::API2'));
print "var pmxapi = " . to_json($tree, {pretty => 1, canonical => 1}) . ";\n\n";
print "const apiSchema = " . to_json($tree, {pretty => 1, canonical => 1}) . ";\n\n";
exit(0);