mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
remove debug handler
This commit is contained in:
parent
c238c22eb5
commit
6569827b97
1 changed files with 0 additions and 1 deletions
|
@ -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>(
|
async fn render_handler<P: Clone + serde::Serialize + Send + Sync + 'static>(
|
||||||
State((cfg, ssr_state)): State<(ServeConfig<P>, SSRState)>,
|
State((cfg, ssr_state)): State<(ServeConfig<P>, SSRState)>,
|
||||||
request: Request<Body>,
|
request: Request<Body>,
|
||||||
|
|
Loading…
Reference in a new issue