This commit is contained in:
Felipe Noronha 2022-03-12 13:53:06 -03:00
parent 96592ab0f9
commit 43e2dff325

View File

@ -54,7 +54,6 @@
//! .unwrap())}
//! }
//! } else if req.uri().path().starts_with("/target/second") {
//!
//! // will forward requests to port 13902
//! match hyper_reverse_proxy::call(client_ip, "http://127.0.0.1:13902", req).await {
//! Ok(response) => {Ok(response)}