vmm: move the http api into its own submodule

This commits moves the http API code into its own
submodule.

Signed-off-by: Omer Faruk Bayram <omer.faruk@sartura.hr>
This commit is contained in:
Omer Faruk Bayram
2023-03-23 11:57:29 +03:00
committed by Bo Chen
parent b955f09b80
commit 5c96fbb19b
3 changed files with 3 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ pub use self::http::start_http_fd_thread;
pub use self::http::start_http_path_thread;
pub mod http;
pub mod http_endpoint;
use crate::config::{
DeviceConfig, DiskConfig, FsConfig, NetConfig, PmemConfig, RestoreConfig, UserDeviceConfig,