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
@ -61,7 +61,7 @@ impl <E: RpcEnvironment + Clone> H2Service<E> {
|
||||
future::ok((formatter.format_error)(err)).boxed()
|
||||
}
|
||||
Some(api_method) => {
|
||||
crate::server::rest::handle_api_request(
|
||||
proxmox_rest_server::handle_api_request(
|
||||
self.rpcenv.clone(), api_method, formatter, parts, body, uri_param).boxed()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user