Skip to content

Commit

Permalink
fix POST /tombola/raffles response_model
Browse files Browse the repository at this point in the history
  • Loading branch information
Petitoto committed Dec 4, 2023
1 parent 246ce38 commit 84c9e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/endpoints/raffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async def get_raffle(

@router.post(
"/tombola/raffles",
response_model=schemas_raffle.RaffleSimple,
response_model=schemas_raffle.RaffleComplete,
status_code=201,
tags=[Tags.raffle],
)
Expand Down

0 comments on commit 84c9e48

Please sign in to comment.