Commit ce1f5af56863119c6a7ef64c70a385a323264dee
1 parent
0cea0c1ad0
Exists in
fix_configuracion
se agrega línea al final del archivo y se ignora carpeta de netbeans
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
.gitignore
src/etc/develop.ejemplo.js
... | ... | @@ -3,4 +3,5 @@ angular.module('appWrapperFacturador') |
3 | 3 | 'URL': 'http://localhost:9900', |
4 | 4 | 'ENDPOINT_BASE': 'http://ypf.app.focasoftware.com:3030', |
5 | 5 | }) |
6 | - .constant("APP", 'facturador'); // Posibles valores '', 'distribuidor', 'transportista', 'facturador' | |
7 | 6 | \ No newline at end of file |
7 | + .constant("APP", 'facturador'); // Posibles valores '', 'distribuidor', 'transportista', 'facturador' | |
8 | + |