Skip to content

Commit

Permalink
updated webservice url
Browse files Browse the repository at this point in the history
  • Loading branch information
jeetee committed Jun 15, 2022
1 parent 1a35828 commit 76eeb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abc_import.qml
Expand Up @@ -122,7 +122,7 @@ MuseScore {
Qt.quit()
}
}
request.open("POST", "http://abc2xml.appspot.com/abcrenderer", true)
request.open("POST", "https://musescore.jeetee.net/abc/abc2xml.py", true)
request.setRequestHeader("Content-Type", "application/x-www-form-urlencoded")
request.send(content)
}
Expand Down

0 comments on commit 76eeb99

Please sign in to comment.