diff --git a/config/env/production.js b/config/env/production.js
index 466af5eb2763aaff7a81f76105ae796f6d79ab6c..7f421e7eca548304ec52c509f8e73abd9b968065 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',