loss desctiption
This commit is contained in:
@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user