From 7227293ee55934ae58199fa867bb62d7653c654c Mon Sep 17 00:00:00 2001 From: Abdullah Awad <37986010+BenAwad95@users.noreply.github.com> Date: Sat, 1 Jan 2022 00:25:39 +0300 Subject: [PATCH] correction comments on venues search endpoints. replace "artists" with "venus" in TODO comments at search venue endpoints. --- projects/01_fyyur/starter_code/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/01_fyyur/starter_code/app.py b/projects/01_fyyur/starter_code/app.py index ed56020d7a4..299c5db6f89 100644 --- a/projects/01_fyyur/starter_code/app.py +++ b/projects/01_fyyur/starter_code/app.py @@ -112,7 +112,7 @@ def venues(): @app.route('/venues/search', methods=['POST']) def search_venues(): - # TODO: implement search on artists with partial string search. Ensure it is case-insensitive. + # TODO: implement search on venues with partial string search. Ensure it is case-insensitive. # seach for Hop should return "The Musical Hop". # search for "Music" should return "The Musical Hop" and "Park Square Live Music & Coffee" response={