Commit 07dd0076354de24a5b60adfab1a2daa3d265305f

Authored by Eric Fernandez
1 parent 104fdc134b
Exists in master

ejemplo de develop.js

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
src/etc/develop.js.ejemplo
... ... @@ -0,0 +1,5 @@
  1 +angular.module('focaLogin')
  2 + .constant("API_ENDPOINT", {
  3 + 'URL': 'http://192.168.0.23:9900'
  4 + });
  5 +
0 6 \ No newline at end of file