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.
2 parents 92b1153 + 39e7fa5 commit f2169f8Copy full SHA for f2169f8
ASP.NET Core/wwwroot/documenteditor/import-helper.js
@@ -136,7 +136,7 @@ function wireEventsInTitleBar() {
136
}
137
function onSave() {
138
let http = new XMLHttpRequest();
139
- http.open('POST','api/documenteditor/ExportSFDT');
+ http.open('POST','/api/documenteditor/ExportSFDT');
140
http.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
141
http.responseType = 'json';
142
//Serialize document content as SFDT.
0 commit comments