From eb660627891109ae7a6d9b9b0b1e670ba9eda08d Mon Sep 17 00:00:00 2001
From: Renzo <rontivero@ultimamillasa.com.ar>
Date: Wed, 29 Apr 2020 00:03:24 -0300
Subject: [PATCH] Deployando a heroku

---
 config/env/production.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/env/production.js b/config/env/production.js
index 466af5e..7f421e7 100755
--- a/config/env/production.js
+++ b/config/env/production.js
@@ -251,8 +251,8 @@ module.exports = {
     *                                                                          *
     ***************************************************************************/
      onlyAllowOrigins: [
-       'https://tsa-api-rest.herokuapp.com/',
-       'http://tsa-api-rest.herokuapp.com/',
+       'https://tsa-api-rest.herokuapp.com',
+       'http://tsa-api-rest.herokuapp.com',
      ],
 
 
@@ -371,7 +371,7 @@ module.exports = {
   *                                                                         *
   ***************************************************************************/
   custom: {
-    baseUrl: 'https://tsa-api-rest.herokuapp.com/',
+    baseUrl: 'https://tsa-api-rest.herokuapp.com',
     internalEmailAddress: 'support@example.com',
 
     // mailgunDomain: 'mg.example.com',
-- 
GitLab