Tonantzintla / MinionAH-Bot

Other
0 stars 0 forks source link

auction deletion route #3

Closed andriotisnikos1 closed 2 months ago

andriotisnikos1 commented 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

here is the interface for the request:

interface AuctionDeletionBody {
    discordID: string;
    auctionID: string;
}
DarthGigi commented 2 months ago

Send a DELETE request to api/bot/auction