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 8d579d3 commit a5d3a33Copy full SHA for a5d3a33
1 file changed
client/src/services/seb-server/api-services/sebSettingsService.ts
@@ -116,7 +116,7 @@ export async function publish(
116
(forExam ? examUrlPrefix : templateUrlPrefix) + id + "/publish";
117
return (
118
await apiService.api.post(url, {
119
- headers: apiService.getHeaders(StorageItemEnum.ACCESS_TOKEN),
+ headers: apiService.getPostHeaders(StorageItemEnum.ACCESS_TOKEN),
120
})
121
).data;
122
}
@@ -129,7 +129,7 @@ export async function undoChanges(
129
(forExam ? examUrlPrefix : templateUrlPrefix) + id + "/undo-changes";
130
131
132
133
134
135
0 commit comments