mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 06:13:28 +00:00
api: fixup: commit change to storage module
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ca51630938
commit
f5b6ccb1d5
@ -31,7 +31,7 @@ use PVE::API2::Subscription;
|
|||||||
use PVE::API2::Services;
|
use PVE::API2::Services;
|
||||||
use PVE::API2::Network;
|
use PVE::API2::Network;
|
||||||
use PVE::API2::Tasks;
|
use PVE::API2::Tasks;
|
||||||
use PVE::API2::Scan;
|
use PVE::API2::Storage::Scan;
|
||||||
use PVE::API2::Storage::Status;
|
use PVE::API2::Storage::Status;
|
||||||
use PVE::API2::Qemu;
|
use PVE::API2::Qemu;
|
||||||
use PVE::API2::Qemu::CPU;
|
use PVE::API2::Qemu::CPU;
|
||||||
@ -107,7 +107,7 @@ __PACKAGE__->register_method ({
|
|||||||
});
|
});
|
||||||
|
|
||||||
__PACKAGE__->register_method ({
|
__PACKAGE__->register_method ({
|
||||||
subclass => "PVE::API2::Scan",
|
subclass => "PVE::API2::Storage::Scan",
|
||||||
path => 'scan',
|
path => 'scan',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user