branch hotfix/3.2.1 created (now 58e9dd6b)
This is an automated email from the git hooks/post-receive script. New change to branch hotfix/3.2.1 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git at 58e9dd6b correction de l'URL de l'API REST This branch includes the following new commits: new 58e9dd6b correction de l'URL de l'API REST The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: 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 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm