feat: API cracked
This commit is contained in:
parent
9ec77865f0
commit
caa4746a4b
1 changed files with 1 additions and 1 deletions
|
@ -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' {
|
||||
|
|
Loading…
Reference in a new issue