actualizacion de ngrok

This commit is contained in:
2020-08-22 16:24:02 -05:00
parent 1690545b2a
commit bbe67324d2
+8 -2
View File
@@ -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;