feat: 添加 /vuelogs 路由(服务端)

This commit is contained in:
huangzhenting
2026-03-20 03:42:27 +08:00
parent 349c729d38
commit c868bf3074

View File

@@ -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,