diff --git a/src/etc/develop.ejemplo.js b/src/etc/develop.ejemplo.js index 8d33cde..edabf57 100644 --- a/src/etc/develop.ejemplo.js +++ b/src/etc/develop.ejemplo.js @@ -1,3 +1,5 @@ -angular.module('appWrapperDemo').constant('API_ENDPOINT', { - 'URL': '//127.0.0.1:9000' -}); +angular.module('appWrapperDemo') + .constant('API_ENDPOINT', { + 'URL': '//127.0.0.1:9000' + }) + .constant("APP", ''); // Posibles valores '', 'distribuidor', 'transportista'