Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-06-12 17:06:57 +02:00
parent 23d8e1d4e0
commit 536072c712

View File

@ -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 {