From d8d7a9665138909a6df0b9678bc82dd7f9c8942c Mon Sep 17 00:00:00 2001 From: MaelREBOUX Date: Tue, 6 Apr 2021 21:41:45 +0200 Subject: [PATCH] API : work in progress --- api/README.md | 8 ++++---- api/api_redadeg.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/README.md b/api/README.md index 42c0f06..d31d9a5 100644 --- a/api/README.md +++ b/api/README.md @@ -103,16 +103,16 @@ Lancer et tester le service : ```bash # enable -sudo systemctl enable api_hello +sudo systemctl enable api_redadeg # start -sudo systemctl start api_hello +sudo systemctl start api_redadeg # check -sudo systemctl status api_hello +sudo systemctl status api_redadeg ``` Faire ```ll /tmp/api_redadeg*``` pour voir si le socket a bien été créé par www-data. -Tester si on obtient bien toujours un "Hello There" sur la page http://localhost/hello/ +Tester si on obtient bien toujours un "Hello There" sur la page https://ar-redadeg.openstreetmap.bzh/api/ Si on veut supprimer le service : diff --git a/api/api_redadeg.py b/api/api_redadeg.py index 943f3b3..1233a72 100644 --- a/api/api_redadeg.py +++ b/api/api_redadeg.py @@ -26,7 +26,7 @@ def test(): @app.route("/phase1/") -def test(): +def phase1(): stdout = check_output(['../scripts/traitements_phase_1.sh']).decode('utf-8') return stdout