diff --git a/src/domain/wish/schemas.py b/src/domain/wish/schemas.py index d79ffc0..b6f7d24 100644 --- a/src/domain/wish/schemas.py +++ b/src/domain/wish/schemas.py @@ -33,6 +33,7 @@ class RecommendationResponse(BaseModel): wish: str category: str recommended_song: SongRecommendation + wishes_count: int class Config: from_attributes = True diff --git a/src/main.py b/src/main.py index c992fcc..39da328 100644 --- a/src/main.py +++ b/src/main.py @@ -11,6 +11,7 @@ origins = [ "http://localhost:3000", "http://localhost:8000", + "https://songfornewyear.vercel.app" ] expose_headers = [