move src/server/rest.rs to proxmox-rest-server crate
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
36b7085ec2
commit
6fbf0acc76
@ -26,6 +26,9 @@ pub use file_logger::{FileLogger, FileLogOptions};
|
||||
mod api_config;
|
||||
pub use api_config::ApiConfig;
|
||||
|
||||
mod rest;
|
||||
pub use rest::{RestServer, handle_api_request};
|
||||
|
||||
pub enum AuthError {
|
||||
Generic(Error),
|
||||
NoData,
|
||||
|
Reference in New Issue
Block a user