develop.ejemplo.js 283 Bytes
angular.module('appWrapperFacturador')
   .constant('API_ENDPOINT', {
       'URL': 'http://localhost:9900',
       'ENDPOINT_BASE': 'http://ypf.app.focasoftware.com:3030',
   })
   .constant("APP", 'facturador'); // Posibles valores '', 'distribuidor', 'transportista', 'facturador'