mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 08:37:09 +00:00
minor fix
This commit is contained in:
@@ -10,7 +10,7 @@ export const getCompetitions = async (participating?: boolean) => {
|
||||
};
|
||||
|
||||
export const getCompetition = async (id: string) => {
|
||||
return await userFetch<Competition>(`/competition/${id}`);
|
||||
return await userFetch<Competition>(`/competitions/${id}`);
|
||||
};
|
||||
|
||||
export const startCompetition = async (competitionId: string) => {
|
||||
|
||||
Reference in New Issue
Block a user