Skip to content

Commit

Permalink
Modification of app.py - print Tutu
Browse files Browse the repository at this point in the history
closed #1
  • Loading branch information
deborahc10 committed Apr 30, 2024
1 parent 6473a8a commit d5d3251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5d3251

Please sign in to comment.