Update 2026-06-23 10:40:10
Build and Push Docker Images / Build Backend Image (push) Has been cancelled
Build and Push Docker Images / Build Frontend Image (push) Has been cancelled
Build and Push Docker Images / Notify Build Complete (push) Has been cancelled

This commit is contained in:
yi
2026-06-23 10:40:10 +08:00
parent 864efb7f9d
commit e9bff9beb3
56 changed files with 295 additions and 292 deletions
+2 -2
View File
@@ -336,7 +336,7 @@ app.use(
swaggerUi.serve,
swaggerUi.setup(specs, {
customCss: customCSS,
customSiteTitle: 'IDC设备管理系统 API文档',
customSiteTitle: '云睿资产管理系统 API文档',
swaggerOptions: {
persistAuthorization: true,
displayRequestDuration: true,
@@ -358,7 +358,7 @@ app.get('/api-docs.json', (req, res) => {
app.get('/api', (req, res) => {
res.json({
name: 'IDC设备管理系统 API',
name: '云睿资产管理系统 API',
version: '1.0.0',
description: '数据中心设备管理平台后端服务',
endpoints: {