mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 14:27:10 +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) => {
|
export const getCompetition = async (id: string) => {
|
||||||
return await userFetch<Competition>(`/competition/${id}`);
|
return await userFetch<Competition>(`/competitions/${id}`);
|
||||||
};
|
};
|
||||||
|
|
||||||
export const startCompetition = async (competitionId: string) => {
|
export const startCompetition = async (competitionId: string) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user