You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
268 B
JavaScript

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