This is an automated email from the git hooks/post-receive script. New commit to branch hotfix/3.2.1 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 58e9dd6beb4e780fce1fbcf936c5c7e70dfe6886 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon Jul 9 12:03:43 2018 +0200 correction de l'URL de l'API REST --- pollen-ui-riot-js/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/webpack.config.js b/pollen-ui-riot-js/webpack.config.js index b8fdc241..63507673 100644 --- a/pollen-ui-riot-js/webpack.config.js +++ b/pollen-ui-riot-js/webpack.config.js @@ -21,7 +21,7 @@ module.exports = { new CopyWebpackPlugin([ {from: "src/main/web/conf.js", transform: function(content) { - return content.toString().replace("POLLEN_API_URL", JSON.stringify(process.env.POLLEN_SERVER_CONTEXT || "http://localhost:8888/pollen-rest-api")); + return content.toString().replace("POLLEN_API_URL", JSON.stringify(process.env.POLLEN_SERVER_CONTEXT || "/pollen-rest-api")); }}, {from: "src/main/web/index.html"}, {from: "src/main/web/help", to: "help"}, -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.