develop.js 115 Bytes
angular.module('focaBusquedaCliente')
    .constant("API_ENDPOINT", {
        'URL': '//192.168.0.23:9900'
    });