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;