8 lines
127 B
JavaScript
8 lines
127 B
JavaScript
// window.server = {
|
|
// pubUrl: 'http://localhost:8081/'
|
|
// }
|
|
window.server = {
|
|
pubUrl: 'https://10.86.138.22/shp/'
|
|
}
|
|
|