From ffbf43aaa39af0b79fdf5a7fa5d1d6339d91158c Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Tue, 6 Nov 2018 17:36:08 -0300 Subject: [PATCH] =?UTF-8?q?Se=20quita=20configuraci=C3=B3n=20de=20prueba?= =?UTF-8?q?=20que=20no=20se=20usa.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/app.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/js/app.js b/src/js/app.js index 52e9009..6552a07 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -32,6 +32,4 @@ angular.module('appWrapperDemo', [ 'focaSeguimiento', 'focaTeclado', 'focaTurnoApertura' -]).run(function($http, API_ENDPOINT) { - $http.get(API_ENDPOINT.URL + '/config/header'); -}); +]); -- 1.9.1