remove debug handler

This commit is contained in:
Evan Almloff 2023-06-26 12:54:04 -07:00
parent c238c22eb5
commit 6569827b97

View file

@ -359,7 +359,6 @@ fn apply_request_parts_to_response<B>(
}
}
#[axum::debug_handler]
async fn render_handler<P: Clone + serde::Serialize + Send + Sync + 'static>(
State((cfg, ssr_state)): State<(ServeConfig<P>, SSRState)>,
request: Request<Body>,