Commit d4f0f6067a94968658f1e9800554bbe75be33afe

Authored by Eric Fernandez
1 parent cf01dcac55
Exists in master

upstream

src/etc/develop.ejemplo.js
File was created 1 angular.module('focaAbmPreciosCondiciones')
2 .constant("API_ENDPOINT", {
3 'URL': '//127.0.0.1:9000'
4 });
5
src/etc/develop.js
1 angular.module('focaAbmPreciosCondiciones') File was deleted
2 .constant("API_ENDPOINT", {
3 'URL': 'http://192.168.0.23:9900'
4 });
5