blob: 9bba19fdf205bb8b8d8749f543cbebacb83fc153 [file] [log] [blame]
(function () {
angular.module('mCord')
.value('baseUrl', (function(){
if (process.env.MOCK === 'true') {
return 'http://private-c85424-progranrestapi.apiary-mock.com/';
} else {
return '';
}
})())
})();