Commit c19b19d494ec9ee3382a6638d134088a5eb460e6

Authored by Eric Fernandez
1 parent ba0cb2eb91

fix function

src/app/botonera/botonera.component.ts
... ... @@ -11,4 +11,8 @@ export class AppBotonera {
11 11 botones = new BotonServiceService().getBotones();
12 12 paginas = [1];
13 13  
  14 + showTerminal() {
  15 + alert('No disponible aún');
  16 + }
  17 +
14 18 }
src/etc/AppSetings.ts
1 1 export class AppSetings {
2   - public static END_POINT='http://localhost:6060/gateway-debo';
  2 + public static END_POINT='http://10.231.45.234:6060/gateway-debo';
3 3 }