Commit b4e7f267fb500044ae06da6210b0a1e96bf04e22

Authored by Pablo Marco del Pont
1 parent b7d752dd1c
Exists in master

Añadí info.

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/etc/develop.js.ejemplo
1 angular.module('focaBotoneraPrincipal') 1 angular.module('focaBotoneraPrincipal')
2 .constant("API_ENDPOINT", { 2 .constant("API_ENDPOINT", {
3 'URL': '//127.0.0.1:9000' 3 'URL': '//127.0.0.1:9000'
4 }); 4 })
5 .constant("APP", ''); // Posibles valores '', 'distribuidor', 'transportista'
5 6