mirror of
https://github.com/FranP-code/countries.git
synced 2025-10-13 00:02:15 +00:00
Try specifying apollo endpoint in a config file
This commit is contained in:
3
apollo.config.js
Normal file
3
apollo.config.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
endpoint: `http://localhost:${process.env.PORT}`
|
||||
};
|
||||
Reference in New Issue
Block a user