Commit 87cabc9e authored by Francis Renaud's avatar Francis Renaud
Browse files

Commented out hardcoded api address

parent 1e9277d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -79,8 +79,8 @@ import {
} from '../state/ui';

// MEEP Controller REST API JS client
// var basepath = 'http://' + location.host + location.pathname + 'v1';
const basepath = 'http://10.3.16.73:30000/v1';
var basepath = 'http://' + location.host + location.pathname + 'v1';
// const basepath = 'http://10.3.16.73:30000/v1';

meepCtrlRestApiClient.ApiClient.instance.basePath = basepath.replace(/\/+$/, '');