From 75196ca282c4a1155b27555f9528197b1ce3a55f Mon Sep 17 00:00:00 2001 From: Seungpyo Suh Date: Thu, 7 Nov 2024 16:27:17 +0900 Subject: [PATCH] Update search.py --- app/routes/recipe/search.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/routes/recipe/search.py b/app/routes/recipe/search.py index 1c26b97..49c407f 100644 --- a/app/routes/recipe/search.py +++ b/app/routes/recipe/search.py @@ -13,12 +13,6 @@ async def search_recipes(query: str): """ 주어진 검색어로 레시피를 검색합니다. 검색은 레시피 이름과 설명을 대상으로 수행됩니다. - - Args: - query (str): 검색할 키워드 - - Returns: - SearchResponse: 검색 결과 목록 """ try: # 검색어가 비어있는 경우 처리