We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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; }
The text was updated successfully, but these errors were encountered:
Send a DELETE request to api/bot/auction
DELETE
api/bot/auction
Sorry, something went wrong.
DarthGigi
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: