Explorar o código

remove debug handler

Evan Almloff %!s(int64=2) %!d(string=hai) anos
pai
achega
6569827b97
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      packages/fullstack/src/adapters/axum_adapter.rs

+ 0 - 1
packages/fullstack/src/adapters/axum_adapter.rs

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