Skip to content

Commit 39e7fa5

Browse files
dhanush.sf3379dhanush.sf3379
authored andcommitted
resolved save issue
1 parent e67e78f commit 39e7fa5

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)