From fdd745aca6b150186bd348a145ea60dd933c698a Mon Sep 17 00:00:00 2001 From: casnet1 Date: Thu, 1 Oct 2020 15:44:26 -0500 Subject: [PATCH] cambio de api a produccion --- src/config/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/config.js b/src/config/config.js index 1b894af..9238deb 100644 --- a/src/config/config.js +++ b/src/config/config.js @@ -3,9 +3,9 @@ const config = { //api: "https://f8d86328e778.ngrok.io" //Local - api: "http://localhost:3000" + //api: "http://localhost:3000" //Pruebas - // api: "https://venus.acatlan.unam.mx/portal" + api: "https://venus.acatlan.unam.mx/portal" }; module.exports = config;