Skip to content

Commit

Permalink
feat(sources/spigot): proxy spigot requests
Browse files Browse the repository at this point in the history
  • Loading branch information
BANanaD3V committed Jul 15, 2024
1 parent 4824d0e commit 11ca288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sources/spigot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl<'a> SpigotAPI<'a> {

Ok(ResolvedFile {
url: format!(
"{API_URL}/resources/{}/versions/{version}/download",
"{API_URL}/resources/{}/versions/{version}/download/proxy",
Self::get_resource_id(id)
),
filename,
Expand Down

0 comments on commit 11ca288

Please sign in to comment.