chore: 同步健康检查版本号至 v1.9.0

This commit is contained in:
2026-08-19 12:15:56 +08:00
parent e62aac539b
commit 479d95cb2c
+2 -2
View File
@@ -882,7 +882,7 @@ app.get('/api/health', (req, res) => {
res.json({ res.json({
status: 'ok', status: 'ok',
service: 'data-chart-tool', service: 'data-chart-tool',
version: '1.8.0', version: '1.9.0',
endpoints: { endpoints: {
'POST /api/chart': '生成图表图片(JSON body', 'POST /api/chart': '生成图表图片(JSON body',
'GET /api/chart': '生成图表图片(URL 参数)', 'GET /api/chart': '生成图表图片(URL 参数)',
@@ -897,7 +897,7 @@ app.get('/api/health', (req, res) => {
app.get('/api/docs', (req, res) => { app.get('/api/docs', (req, res) => {
res.json({ res.json({
name: '数据可视化图表生成器 API', name: '数据可视化图表生成器 API',
version: '1.8.0', version: '1.9.0',
endpoints: [ endpoints: [
{ {
method: 'POST', method: 'POST',