Commit ffbf43aaa39af0b79fdf5a7fa5d1d6339d91158c

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

Se quita configuración de prueba que no se usa.

Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
... ... @@ -32,6 +32,4 @@ angular.module('appWrapperDemo', [
32 32 'focaSeguimiento',
33 33 'focaTeclado',
34 34 'focaTurnoApertura'
35   -]).run(function($http, API_ENDPOINT) {
36   - $http.get(API_ENDPOINT.URL + '/config/header');
37   -});
  35 +]);