loss desctiption

This commit is contained in:
2025-12-29 21:22:20 +05:00
parent 2288e0b239
commit 19d77328d9

View File

@ -34,7 +34,7 @@ async def sell_item(
): ):
"""Выставить предмет на продажу""" """Выставить предмет на продажу"""
from app.services.marketplace import MarketplaceService from app.services.marketplace import MarketplaceService
return await MarketplaceService().add_item(username, slot_index, amount, price, server_ip) return await MarketplaceService().add_item(username, slot_index, amount, price, server_ip, description)
@router.post("/items/buy/{item_id}") @router.post("/items/buy/{item_id}")
async def buy_item( async def buy_item(