diff --git a/app/routes/matching/test/_shared/api/matches.api.ts b/app/routes/matching/test/_shared/api/matches.api.ts index 03f6185..3d7364b 100644 --- a/app/routes/matching/test/_shared/api/matches.api.ts +++ b/app/routes/matching/test/_shared/api/matches.api.ts @@ -9,7 +9,7 @@ export async function postMatches( payload: MatchesRequest, ): Promise> { const res = await axiosInstance.post>( - "v1/matches", + "/api/v1/matches", payload, );