Skip to content

Commit

Permalink
chore:typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rocknroll17 committed Nov 2, 2024
1 parent d0ce269 commit 8187161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Router/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
from Utils.swagger import user_item_list_dict_example

router = APIRouter(tags=["items"], prefix="/items")

"""
물품을 리스트로 추가한다.
"""

@router.post("/addall", summary="여러 품목 구매", description="영수증, 유저 기입 물품 목록 추가", responses={
200: {"description": "성공", "content": {"application/json": {"example": {"message": "Item added successfully"}}}},
500: {"description": "실패"}
Expand Down

0 comments on commit 8187161

Please sign in to comment.