Skip to content

Commit

Permalink
Fix reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSarmiento04 committed Dec 28, 2024
1 parent 4abb194 commit 87d9234
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions src/redirect_service.rs
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
use reqwest;
use reqwest::Method::{
GET,
POST,
PUT,
DELETE,
PATCH,
OPTIONS,
HEAD,
CONNECT,
TRACE
};
use reqwest::Method;

pub fn format_route(
domain: &str,
Expand All @@ -22,6 +12,8 @@ pub fn format_route(
)
}

// let mapt

// make request and return the response
pub fn make_request(
url: &str,
Expand Down

0 comments on commit 87d9234

Please sign in to comment.