5 lines
135 B
JavaScript
5 lines
135 B
JavaScript
const config = {
|
|
//api: "http://localhost:3000"
|
|
api: "https://venus.acatlan.unam.mx/c_educacion_pro"
|
|
}
|
|
module.exports = config; |