Skip to content

Commit

Permalink
Update search.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sspzoa committed Nov 7, 2024
1 parent 0f3c3a2 commit 75196ca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/routes/recipe/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ async def search_recipes(query: str):
"""
주어진 검색어로 레시피를 검색합니다.
검색은 레시피 이름과 설명을 대상으로 수행됩니다.
Args:
query (str): 검색할 키워드
Returns:
SearchResponse: 검색 결과 목록
"""
try:
# 검색어가 비어있는 경우 처리
Expand Down

0 comments on commit 75196ca

Please sign in to comment.