mirror of
https://github.com/7836246/cursor2api.git
synced 2026-05-14 09:55:39 +08:00
feat: 添加 /vuelogs 路由(服务端)
This commit is contained in:
@@ -136,6 +136,7 @@ app.get('/', (_req, res) => {
|
||||
models: 'GET /v1/models',
|
||||
health: 'GET /health',
|
||||
log_viewer: 'GET /logs',
|
||||
log_viewer_vue: 'GET /vuelogs',
|
||||
},
|
||||
usage: {
|
||||
claude_code: 'export ANTHROPIC_BASE_URL=http://localhost:' + config.port,
|
||||
|
||||
Reference in New Issue
Block a user