pub fn patch_route<H, T>(path: &'static str, handler: H) -> Routewhere H: Handler<T>, T: 'static,
Create a PATCH route