develop.js.ejemplo 114 Bytes
angular.module('focaLogin')
    .constant("API_ENDPOINT", {
        'URL': 'http://192.168.0.23:9900'
    });