cleanup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
23d8e1d4e0
commit
536072c712
@ -8,7 +8,6 @@ use hyper::{Body, Server};
|
||||
use serde_json::Value;
|
||||
|
||||
mod api;
|
||||
pub static FOO: u32 = 3;
|
||||
|
||||
async fn run_request(request: Request<Body>) -> Result<http::Response<Body>, hyper::Error> {
|
||||
match route_request(request).await {
|
||||
|
Loading…
Reference in New Issue
Block a user