Loading js-apps/meep-frontend/src/js/containers/meep-container.js +2 −2 Original line number Diff line number Diff line Loading @@ -80,8 +80,8 @@ import { } from '../state/cfg'; // MEEP Controller REST API JS client // var basepath = 'http://' + location.host + location.pathname + 'v1'; const basepath = 'http://10.3.16.105:30000/v1'; var basepath = 'http://' + location.host + location.pathname + 'v1'; // const basepath = 'http://10.3.16.105:30000/v1'; meepCtrlRestApiClient.ApiClient.instance.basePath = basepath.replace( /\/+$/, Loading Loading
js-apps/meep-frontend/src/js/containers/meep-container.js +2 −2 Original line number Diff line number Diff line Loading @@ -80,8 +80,8 @@ import { } from '../state/cfg'; // MEEP Controller REST API JS client // var basepath = 'http://' + location.host + location.pathname + 'v1'; const basepath = 'http://10.3.16.105:30000/v1'; var basepath = 'http://' + location.host + location.pathname + 'v1'; // const basepath = 'http://10.3.16.105:30000/v1'; meepCtrlRestApiClient.ApiClient.instance.basePath = basepath.replace( /\/+$/, Loading