添加Apple登录

This commit is contained in:
xianyi
2026-01-16 09:58:07 +08:00
parent cc88c283ce
commit 370f04d721
8 changed files with 521 additions and 46 deletions

View File

@@ -14,4 +14,8 @@ export const API_ENDPOINTS = {
ODDS: "/v1/api/odds",
SEARCH: "/v1/api/search",
H2H: "/v1/api/h2h",
APPLE_SIGNIN: "/v1/api/auth/apple-signin",
LOGOUT: "/v1/api/auth/logout",
REFRESH_TOKEN: "/v1/api/auth/refresh-token",
USER_PROFILE: "/v1/api/user/profile",
};