PMCORE-2904: [23879] Unable to start cases in PM 3.6.1 using WSSO, session lost.

fix CR notes
This commit is contained in:
Rodrigo Quelca
2021-03-24 14:56:11 +00:00
parent 3793600df3
commit c7eca5d64b
20 changed files with 47 additions and 46 deletions

View File

@@ -10,7 +10,7 @@ export let caseNotes = {
_.each(data.FILES, (f) => {
params.append("filesToUpload[]", f);
})
return axios.post(window.config.SYS_SERVER +
return axios.post(window.config.SYS_SERVER_AJAX +
window.config.SYS_URI +
`appProxy/postNote`, params, {
headers: {