From c681243549bf9ab3dc98e472dc753dceed6a1b4c Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Thu, 11 Oct 2018 14:45:32 -0300 Subject: [PATCH] ejemplo de develop para correr modulo unitariamente --- src/etc/develop.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/etc/develop.js 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 -- 1.9.1