From bbe67324d2a1ae78cadbf457615af845f5ff90f9 Mon Sep 17 00:00:00 2001 From: DanielRamirezGe Date: Sat, 22 Aug 2020 16:24:02 -0500 Subject: [PATCH] actualizacion de ngrok --- src/config/config.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/config/config.js b/src/config/config.js index 4c919a0..58d6a84 100644 --- a/src/config/config.js +++ b/src/config/config.js @@ -1,5 +1,11 @@ const config = { - api: "http://localhost:3001" - //api: "https://venus.acatlan.unam.mx/indiana_hackaton" + //ngrok + api: "http://79d0fb701c9e.ngrok.io" + + //Local + //api: "http://localhost:3001" + + //Pruebas + //api: "Por definir" }; module.exports = config;