From d68f6d2f9ae75d6544aa4441ca7db2f5da8200dc Mon Sep 17 00:00:00 2001 From: Alex Jauneau Date: Thu, 25 Apr 2019 17:45:30 +0200 Subject: [PATCH] Update api.py --- api-backend/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-backend/api.py b/api-backend/api.py index 3d597e3..ef67ecb 100755 --- a/api-backend/api.py +++ b/api-backend/api.py @@ -14,7 +14,7 @@ app = Flask(__name__) @app.route('/') def index(): """ - Fait un call à l'API backend et renvoit le resultat au format JSON + Renvoit un phrase dans un dictionnaire au format JSON """ response = {} response['body'] = "Je suis une réponse du backend"