Commit c4413b9371ce572d1f2070e3bbe5529ab4433741

Authored by Eric Fernandez
1 parent 31c48123c2
Exists in master

ejemplo develop

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
src/etc/develop.ejemplo.js
... ... @@ -0,0 +1,2 @@
  1 +angular.module('focaGestionTerminal')
  2 + .constant('endpoint', 'localhost:3030');
0 3 \ No newline at end of file
1 1 angular.module('focaGestionTerminal', ['ngRoute', 'angular.ping'])
2   - .constant('endpoint', 'http://localhost:3030')
3 2 \ No newline at end of file