Skip to content

Commit

Permalink
POC Food review ratings
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSel committed Oct 27, 2023
1 parent 67e5a89 commit f494a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/routers/food_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


@router.get("/")
async def analyze_reviews(url: str) -> dict[str, str]:
async def analyze_reviews(url: str):
reviews = get_yelp_reviews(url)
ratings = get_ratings(reviews)
best_dishes = get_best_dishes(reviews)
Expand Down

0 comments on commit f494a0f

Please sign in to comment.