Skip to content

Commit 4e3e136

Browse files
SuficioACsyphar
authored andcommitted
Preserve full registry API path
1 parent 302b4c4 commit 4e3e136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/releases.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ async fn get_search_results(
181181

182182
let url = config
183183
.registry_api_host
184-
.join(&format!("/api/v1/crates{query_params}"))?;
184+
.join(&format!("api/v1/crates{query_params}"))?;
185185
debug!("fetching search results from {}", url);
186186

187187
// extract the query from the query args.

0 commit comments

Comments
 (0)