api: acme: fix API index entry for challenge-schema

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-05 15:52:49 +02:00
parent 6110ed0348
commit 96d4c3b4a6

View File

@ -64,7 +64,7 @@ __PACKAGE__->register_method ({
{ name => 'tos' },
{ name => 'directories' },
{ name => 'plugins' },
{ name => 'challengeschema' },
{ name => 'challenge-schema' },
];
}});