Skip to content

Commit

Permalink
Preserve full registry API path
Browse files Browse the repository at this point in the history
  • Loading branch information
SuficioAC committed Oct 18, 2024
1 parent 1943e68 commit 8366035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/releases.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ async fn get_search_results(

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

// extract the query from the query args.
Expand Down

0 comments on commit 8366035

Please sign in to comment.