diff --git a/server/src/main.rs b/server/src/main.rs index ef880c4..ced58f9 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -25,7 +25,7 @@ fn map_qs(string: Option<&str>) -> HashMap<&str, Option<&str>> { unimplemented!() } -async fn route_dispatcher(resp: &Response, meth: &Method, &path: &str, params: &HashMap<&str, Option<&str>>) { +async fn route_dispatcher(resp: &Response, meth: &Method, path: &str, params: &HashMap<&str, Option<&str>>) { // we do have to handle some general hyper errors unimplemented!() }