This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 00f915c8f8da9ffe6b804af820a98bf74d002b94 Author: Yannick Martel <martel@codelutin.com> Date: Tue Mar 17 15:40:11 2020 +0100 Fix documentation with last version --- README.md | 1 + docs/install.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea042f15..05d1fe95 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ L'API est disponible à l'URL `http://localhost:8888/pollen-rest-api` Exemple : http://localhost:8888/pollen-rest-api/v1/users retourne la liste des utilisateurs. +http://localhost:8888/pollen-rest-api/v1/status permet de savoir si le backend est bien démarré. #### Configuration minimale du backend diff --git a/docs/install.md b/docs/install.md index b127709a..80ce390a 100644 --- a/docs/install.md +++ b/docs/install.md @@ -16,7 +16,7 @@ une configuration par défaut de Pollen. Récupérer le docker et lancer le : - docker run -p 80:80 registry.nuiton.org/chorem/pollen:3.0.2 + docker run -p 80:80 registry.nuiton.org/chorem/pollen:3.2.4 Vous pouvez ensuite accéder à Pollen sur votre navigateur à l’adresse [http://localhost](http://localhost). -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.