develop.js 108 Bytes
angular.module('focaCrearRemito')
    .constant("API_ENDPOINT", {
        'URL': '//localhost:9900'
    });