Skip to content

Commit db3f230

Browse files
committed
release: v1.9.1 docs & remove generated embed
1 parent de0bf67 commit db3f230

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/swagger-enhanced.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ swagger: "2.0"
22
info:
33
title: "FileCodeBox API"
44
description: "FileCodeBox 是一个用于文件分享和代码片段管理的 Web 应用程序"
5-
version: "1.8.2"
5+
version: "1.9.1"
66
termsOfService: "http://swagger.io/terms/"
77
contact:
88
name: "API Support"
@@ -69,7 +69,7 @@ paths:
6969
example: "2025-09-11T10:00:00Z"
7070
version:
7171
type: "string"
72-
example: "1.8.2"
72+
example: "1.9.1"
7373
uptime:
7474
type: "string"
7575
example: "2h30m15s"

docs/swagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"name": "MIT",
1414
"url": "https://github.com/zy84338719/filecodebox/blob/main/LICENSE"
1515
},
16-
"version": "1.8.2"
16+
"version": "1.9.1"
1717
},
1818
"host": "localhost:12345",
1919
"basePath": "/",
@@ -553,7 +553,7 @@
553553
},
554554
"version": {
555555
"type": "string",
556-
"example": "1.8.2"
556+
"example": "1.9.1"
557557
}
558558
}
559559
},

docs/swagger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ definitions:
1212
example: 2h30m15s
1313
type: string
1414
version:
15-
example: 1.8.2
15+
example: 1.9.1
1616
type: string
1717
type: object
1818
handlers.SystemConfig:
@@ -57,7 +57,7 @@ info:
5757
url: https://github.com/zy84338719/filecodebox/blob/main/LICENSE
5858
termsOfService: http://swagger.io/terms/
5959
title: FileCodeBox API
60-
version: "1.8.2"
60+
version: "1.9.1"
6161
paths:
6262
/api/config:
6363
get:

0 commit comments

Comments
 (0)