const request = location.host.indexOf('localhost:8080')!=-1 || location.host.indexOf('192.168.5.177:8080')!=-1 ? '/3d-point-cloud' : location.host.indexOf('localhost:8081')!=-1 || location.host.indexOf('192.168.5.177:8081')!=-1 ? '' : '/3Dpoints' export default request