5 lines
104 B

3 years ago
var Config = function () {
this.ApiRoot = '47.103.85.253:5003';
};
window.Config = new Config();