Closed andriotisnikos1 closed 2 months ago
we need this route for #4 .
@DarthGigi has to push a public DELETE route for minion auction deletion
ideal url: /api/discord/auctions
/api/discord/auctions
here is the interface for the request:
interface AuctionDeletionBody { discordID: string; auctionID: string; }
Send a DELETE request to api/bot/auction
DELETE
api/bot/auction
we need this route for #4 .
@DarthGigi has to push a public DELETE route for minion auction deletion
ideal url:
/api/discord/auctions
here is the interface for the request: