Skip to content

Commit 25ca27b

Browse files
committed
updated match client
1 parent c9890c1 commit 25ca27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/APIClients/matchAPIClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const matchAPIClient = {
102102
* @returns Created matches
103103
*/
104104
createMatches: async (request: MatchCreateRequest): Promise<MatchCreateResponse> => {
105-
const response = await baseAPIClient.post<MatchCreateResponse>('/matches/', request);
105+
const response = await baseAPIClient.post<MatchCreateResponse>('/matches', request);
106106
return response.data;
107107
},
108108

0 commit comments

Comments
 (0)