添加国家列表接口

This commit is contained in:
xianyi
2026-01-13 17:12:05 +08:00
parent 98c45c0f35
commit 5fa261591c
3 changed files with 27 additions and 0 deletions

View File

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