Skip to content

Commit

Permalink
Merge pull request #68 from BANanaD3V/main
Browse files Browse the repository at this point in the history
feat(sources/spigot): proxy spigot requests
  • Loading branch information
TheAlan404 authored Jul 16, 2024
2 parents 4824d0e + 11ca288 commit ee59dbe
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 ee59dbe

Please sign in to comment.