PMCORE-2904: [23879] Unable to start cases in PM 3.6.1 using WSSO, session lost.
fix CR notes
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user