We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88dfb4 commit 4f133b3Copy full SHA for 4f133b3
Frontend/src/services/matchmaking.js
@@ -3,5 +3,5 @@ import axios from 'axios';
3
const baseUrl = 'http://localhost:3003';
4
5
const enterMatchmaking = async (user) => {
6
- return await axios.post(`${baseUrl}/api/match/enterQueue`, user);
+ return await axios.post(`${baseUrl}/api/match/enterMatchmaking`, user);
7
}
0 commit comments