Skip to content

fixed api end point for match making #1

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

Open
PramanandaSarkar opened this issue Apr 10, 2025 · 1 comment
Open

fixed api end point for match making #1

PramanandaSarkar opened this issue Apr 10, 2025 · 1 comment

Comments

@PramanandaSarkar
Copy link
Owner

in the backend/routes/match.js
modify the routes and add functionality


// Add a player to the queue
router.post("/join-queue", joinQueue);
// Remove a player from the queue
router.post("/leave-queue", leaveQueue);
// make all possible match in queue
router.get("/make-match", makeMatch);
// find match by id
router.post("/get-match", getMatch);

@PramanandaSarkar PramanandaSarkar self-assigned this Apr 10, 2025
@pramanandasarkar02
Copy link

let assign me this issue

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