We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685af8d commit c1a1c94Copy full SHA for c1a1c94
src/components/widgets/lively-drawio.js
@@ -417,7 +417,8 @@ export default class LivelyDrawio extends Morph {
417
return key + "=" + config[key]
418
}).join("&")
419
420
- var convertToPDFRequest = fetch("https://exp.draw.io/ImageExport4/export", {
+ // old: https://exp.draw.io/ImageExport4/export
421
+ var convertToPDFRequest = fetch("https://convert.diagrams.net/node/export", {
422
method: "POST",
423
headers: {
424
'Content-Type': 'application/x-www-form-urlencoded'
0 commit comments