添加搜索接口

This commit is contained in:
xianyi
2026-01-15 10:03:50 +08:00
parent 5c98436a66
commit 0dbc5aa11b
3 changed files with 150 additions and 7 deletions

View File

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