9 lines
409 B
JSON
9 lines
409 B
JSON
{
|
|
"version": 1,
|
|
"routes": [
|
|
{ "method": "GET", "path": "/api/auth/login", "status": 307, "location": "/auth/login" },
|
|
{ "method": "GET", "path": "/api/auth/callback", "status": 307, "location": "/auth/login?error=callback_failed" },
|
|
{ "method": "GET", "path": "/api/auth/captcha", "status": 200, "body": { "enabled": false, "message": "平台账号登录不使用外部验证码。" } }
|
|
]
|
|
}
|