添加即将到来比赛列表接口
This commit is contained in:
@@ -8,5 +8,6 @@ export const API_ENDPOINTS = {
|
||||
COUNTRIES: "/v1/api/countries",
|
||||
LEAGUES: "/v1/api/leagues",
|
||||
MATCHES_TODAY: "/v1/api/matches/today",
|
||||
UPCOMING_MATCHES: "/v1/api/matches/upcoming",
|
||||
MATCH_DETAIL: (id: string) => `/v1/api/matches/${id}`,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user