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