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

@@ -3,7 +3,7 @@ import axios from 'axios';
export let menu = {
get() {
return axios.get(
window.config.SYS_SERVER +
window.config.SYS_SERVER_API +
'/api/1.0/' +
window.config.SYS_WORKSPACE +
'/home/menu', {
@@ -15,7 +15,7 @@ export let menu = {
},
getCounters() {
return axios.get(
window.config.SYS_SERVER +
window.config.SYS_SERVER_API +
'/api/1.0/' +
window.config.SYS_WORKSPACE +
'/home/tasks/counter', {