Open gvn opened 8 years ago
src/javascripts/modules/constants.js contains hard coded localhost. An environment file should be used to represent environment specific variables.
src/javascripts/modules/constants.js
localhost
@marcellegane I think we can just remove this and use relative URLs in the JS.
src/javascripts/modules/constants.js
contains hard codedlocalhost
. An environment file should be used to represent environment specific variables.