12 lines
210 B
JavaScript
12 lines
210 B
JavaScript
const config = {
|
|
//ngrok
|
|
//api: "https://f8d86328e778.ngrok.io"
|
|
|
|
//Local
|
|
//api: "http://localhost:3001"
|
|
|
|
//Pruebas
|
|
api: "https://venus.acatlan.unam.mx/portal"
|
|
};
|
|
module.exports = config;
|