添加交锋往绩接口

This commit is contained in:
xianyi
2026-01-15 15:08:45 +08:00
parent cff077c5f7
commit 8513f10a10
3 changed files with 85 additions and 0 deletions

View File

@@ -13,4 +13,5 @@ export const API_ENDPOINTS = {
MATCH_DETAIL: (id: string) => `/v1/api/matches/${id}`,
ODDS: "/v1/api/odds",
SEARCH: "/v1/api/search",
H2H: "/v1/api/h2h",
};