mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 20:29:03 +08:00
merge: resolve auth API endpoint conflicts
- 保留 token 刷新端点为 /api/oauth/refresh - 修正云空间用量端点为 /api/cloud/storage/usage(与前端一致) - 保留 Deep Link 回调 URL secscore://oauth
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
export const SECTL_CONFIG = {
|
||||
baseUrl: "https://appwrite.sectl.cn",
|
||||
authUrl: "https://sectl.cn",
|
||||
platformId: "",
|
||||
platformId: "", // 需要在设置中配置
|
||||
callbackUrl: "secscore://oauth",
|
||||
callbackPort: 5173,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user