move src/api2/config/network.rs to src/api2/node/network.rs
So that we have the same api path for network config as pve.
This commit is contained in:
@ -3,7 +3,7 @@ use proxmox::list_subdirs_api_method;
|
||||
|
||||
pub mod tasks;
|
||||
mod time;
|
||||
mod network;
|
||||
pub mod network;
|
||||
pub mod dns;
|
||||
mod syslog;
|
||||
mod journal;
|
||||
|
Reference in New Issue
Block a user