4 lines
76 B
JavaScript
4 lines
76 B
JavaScript
const config = {
|
|
api: "http://localhost:3000"
|
|
}
|
|
module.exports = config; |