Skip to content

Commit f2169f8

Browse files
authored
Merge pull request #2 from SyncfusionExamples/demo
Resolved save issue
2 parents 92b1153 + 39e7fa5 commit f2169f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ASP.NET Core/wwwroot/documenteditor/import-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function wireEventsInTitleBar() {
136136
}
137137
function onSave() {
138138
let http = new XMLHttpRequest();
139-
http.open('POST','api/documenteditor/ExportSFDT');
139+
http.open('POST','/api/documenteditor/ExportSFDT');
140140
http.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
141141
http.responseType = 'json';
142142
//Serialize document content as SFDT.

0 commit comments

Comments
 (0)