Feature: setup de Tauri v2 avec le routing fait par Axum #20
@ -27,7 +27,6 @@ async fn route_fallback(uri: axum::http::Uri) -> (axum::http::StatusCode, String
|
||||
|
||||
fn build_axum_request(uri: Uri) -> axum::http::Request<axum::body::Body> {
|
||||
axum::http::Request::builder()
|
||||
// .method("GET")
|
||||
.uri(uri.to_string())
|
||||
florian_briand marked this conversation as resolved
|
||||
.body(axum::body::Body::empty())
|
||||
.unwrap()
|
||||
|
Loading…
Reference in New Issue
Block a user
commentaire oublié