develop.js.ejemplo 105 Bytes
angular.module('focaInformes')
    .constant("API_ENDPOINT", {
        'URL': '//127.0.0.1:9000'
    });