Skip to content

Commit

Permalink
fix: get_restaurant_recommendation 파라미터 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaPol committed Jun 22, 2024
1 parent 31eb41d commit 10102c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_recommendation(
theme=theme,
tag=tag
)
response = get_restaurant_recommendation(request, 1)
response = get_restaurant_recommendation(request)
return response

@app.on_event("startup")
Expand Down
3 changes: 0 additions & 3 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ else
fi

pip freeze > requirements.txt
git add requirements.txt
git commit -m "chore: update requirements.txt"
git push
sam sync --stack-name=ome-restaurant-app

0 comments on commit 10102c7

Please sign in to comment.