From cd48b442d10e6cfd7b4e54dcb7789f5fe065a97a Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 23 Sep 2019 17:57:51 -0300 Subject: [PATCH] script repetido, constante en ejemplo2 --- index.html | 1 - src/etc/develop.ejemplo.js | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 49037dd..5a07362 100644 --- a/index.html +++ b/index.html @@ -101,7 +101,6 @@ - diff --git a/src/etc/develop.ejemplo.js b/src/etc/develop.ejemplo.js index edabf57..f1efd88 100644 --- a/src/etc/develop.ejemplo.js +++ b/src/etc/develop.ejemplo.js @@ -1,5 +1,6 @@ angular.module('appWrapperDemo') .constant('API_ENDPOINT', { - 'URL': '//127.0.0.1:9000' + 'URL': '//127.0.0.1:9000', + 'ENDPOINT_BASE': 'http://ypf.app.focasoftware.com:3030' }) .constant("APP", ''); // Posibles valores '', 'distribuidor', 'transportista' -- 1.9.1