diff --git a/src/etc/develop.ejemplo.js b/src/etc/develop.ejemplo.js new file mode 100644 index 0000000..fff2a9c --- /dev/null +++ b/src/etc/develop.ejemplo.js @@ -0,0 +1,4 @@ +angular.module('focaAbmPreciosCondiciones') + .constant("API_ENDPOINT", { + 'URL': '//127.0.0.1:9000' + }); diff --git a/src/etc/develop.js b/src/etc/develop.js deleted file mode 100644 index e356e03..0000000 --- a/src/etc/develop.js +++ /dev/null @@ -1,5 +0,0 @@ -angular.module('focaAbmPreciosCondiciones') - .constant("API_ENDPOINT", { - 'URL': 'http://192.168.0.23:9900' - }); - \ No newline at end of file