Files
PortaFront/src/config/config.js
T

12 lines
186 B
JavaScript
Raw Normal View History

2020-08-12 01:52:56 -05:00
const config = {
2020-08-22 16:24:02 -05:00
//ngrok
api: "http://79d0fb701c9e.ngrok.io"
//Local
//api: "http://localhost:3001"
//Pruebas
//api: "Por definir"
2020-08-12 01:52:56 -05:00
};
module.exports = config;