添加联赛列表接口

This commit is contained in:
xianyi
2026-01-13 17:13:40 +08:00
parent 5fa261591c
commit 91cf23cd11
3 changed files with 41 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ export const API_CONFIG = {
export const API_ENDPOINTS = {
SPORTS: "/v1/api/sports",
COUNTRIES: "/v1/api/countries",
LEAGUES: "/v1/api/leagues",
MATCHES_TODAY: "/v1/api/matches/today",
MATCH_DETAIL: (id: string) => `/v1/api/matches/${id}`,
};