mirror of
https://github.com/FranP-code/countries.git
synced 2025-10-13 00:02:15 +00:00
6 lines
88 B
JavaScript
6 lines
88 B
JavaScript
module.exports = {
|
|
endpoint: {
|
|
url: `http://localhost:${process.env.PORT}`
|
|
}
|
|
};
|