Skip to content

Commit 4f133b3

Browse files
committed
Fix refactor misses
1 parent f88dfb4 commit 4f133b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frontend/src/services/matchmaking.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import axios from 'axios';
33
const baseUrl = 'http://localhost:3003';
44

55
const enterMatchmaking = async (user) => {
6-
return await axios.post(`${baseUrl}/api/match/enterQueue`, user);
6+
return await axios.post(`${baseUrl}/api/match/enterMatchmaking`, user);
77
}

0 commit comments

Comments
 (0)