This commit is contained in:
Cadey Ratio 2020-08-08 12:14:13 -04:00
parent f5d9e09e40
commit 1429602370
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ async fn route(args: (FullPath, Arc<crate::server::Handler>)) -> Result<impl Rep
let req = GemRequest {
url: u.clone(),
addr: "127.0.0.1:8080".parse().unwrap(),
certs: None,
};