diff --git a/index.html b/index.html
index 49037dd..5a07362 100644
--- a/index.html
+++ b/index.html
@@ -101,7 +101,6 @@
-
diff --git a/src/etc/develop.ejemplo.js b/src/etc/develop.ejemplo.js
index edabf57..f1efd88 100644
--- a/src/etc/develop.ejemplo.js
+++ b/src/etc/develop.ejemplo.js
@@ -1,5 +1,6 @@
angular.module('appWrapperDemo')
.constant('API_ENDPOINT', {
- 'URL': '//127.0.0.1:9000'
+ 'URL': '//127.0.0.1:9000',
+ 'ENDPOINT_BASE': 'http://ypf.app.focasoftware.com:3030'
})
.constant("APP", ''); // Posibles valores '', 'distribuidor', 'transportista'