Files
countries/apollo.config.js
2019-07-22 00:49:40 -07:00

6 lines
88 B
JavaScript

module.exports = {
endpoint: {
url: `http://localhost:${process.env.PORT}`
}
};