feat: API cracked

This commit is contained in:
Xmader 2020-09-27 11:31:11 -04:00
parent 9ec77865f0
commit caa4746a4b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ const scoreinfo = {
get msczUrl (this: typeof scoreinfo): string {
// https://github.com/Xmader/cloudflare-worker-musescore-mscz
return `https://mscz.librescore.org/?id=${this.id}&name=${this.fileName}&token=`
return `https://musescore.now.sh/api/mscz?id=${this.id}&token=`
},
get sheetImgType (): 'svg' | 'png' {