Skip to content
New issue

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

auction deletion route #3

Closed
andriotisnikos1 opened this issue Sep 7, 2024 · 1 comment
Closed

auction deletion route #3

andriotisnikos1 opened this issue Sep 7, 2024 · 1 comment
Assignees

Comments

@andriotisnikos1
Copy link
Contributor

andriotisnikos1 commented Sep 7, 2024

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
Copy link
Member

Send a DELETE request to api/bot/auction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants