Commit d4f0f6067a94968658f1e9800554bbe75be33afe

Authored by Eric Fernandez
1 parent cf01dcac55
Exists in master

upstream

src/etc/develop.ejemplo.js
... ... @@ -0,0 +1,4 @@
  1 +angular.module('focaAbmPreciosCondiciones')
  2 + .constant("API_ENDPOINT", {
  3 + 'URL': '//127.0.0.1:9000'
  4 + });
src/etc/develop.js
... ... @@ -1,5 +0,0 @@
1   -angular.module('focaAbmPreciosCondiciones')
2   - .constant("API_ENDPOINT", {
3   - 'URL': 'http://192.168.0.23:9900'
4   - });
5   -
6 0 \ No newline at end of file