Skip to content

Commit

Permalink
Replace proxy URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos committed Jan 6, 2023
1 parent 2f8167f commit 88cf177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/convert-beatmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = function convertBeatmap (src) {

src['version'] = src['versions'][0]['hash'];

const coverImageCorsProxy = 'https://beatproxy.fly.dev/cdn-proxy/';
const coverImageCorsProxy = 'https://beatproxy.b-cdn.net/';

src['directDownload'] = src['versions'][0]['downloadURL'];

Expand Down

0 comments on commit 88cf177

Please sign in to comment.