chore: Remove commented out code for GET method in build_axum_request
This commit is contained in:
parent
83b2f7358d
commit
d370a9b85d
@ -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> {
|
fn build_axum_request(uri: Uri) -> axum::http::Request<axum::body::Body> {
|
||||||
axum::http::Request::builder()
|
axum::http::Request::builder()
|
||||||
// .method("GET")
|
|
||||||
.uri(uri.to_string())
|
.uri(uri.to_string())
|
||||||
.body(axum::body::Body::empty())
|
.body(axum::body::Body::empty())
|
||||||
.unwrap()
|
.unwrap()
|
||||||
|
Loading…
Reference in New Issue
Block a user