From d5d32519d3b53366f3d48706654f1cd0a8b176dd Mon Sep 17 00:00:00 2001 From: deborahc10 Date: Tue, 30 Apr 2024 10:03:22 +0200 Subject: [PATCH] Modification of app.py - print Tutu closed #1 --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index 73aca00..8af56d6 100644 --- a/app.py +++ b/app.py @@ -36,6 +36,7 @@ def index(): @app.route("/collections") def collections(): + print ("Tutu") # get all ES indexes indices = ES.indices.get_alias(index="*") # keep only the index names