Files
PortaFront/src/config/config.js
T

12 lines
187 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
2020-08-22 22:49:34 -05:00
api: "https://f8d86328e778.ngrok.io"
2020-08-22 16:24:02 -05:00
//Local
//api: "http://localhost:3001"
//Pruebas
//api: "Por definir"
2020-08-12 01:52:56 -05:00
};
module.exports = config;