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