mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-11 20:50:17 +00:00
schema: ParameterSchema at 'api' level
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
34651099d1
commit
3d1432a788
@ -43,7 +43,8 @@ pub mod router;
|
||||
#[cfg(feature = "router")]
|
||||
#[doc(inline)]
|
||||
pub use router::{
|
||||
ApiFuture, ApiHandler, ApiMethod, ApiResponseFuture, Router, SubRoute, SubdirMap,
|
||||
ApiFuture, ApiHandler, ApiMethod, ApiResponseFuture, ParameterSchema, Router, SubRoute,
|
||||
SubdirMap,
|
||||
};
|
||||
|
||||
#[cfg(feature = "cli")]
|
||||
|
Loading…
Reference in New Issue
Block a user