1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix swagger title (#28164)

![image](https://github.com/go-gitea/gitea/assets/18380374/380859b2-a643-42fd-b53e-78c93c05c826)
Don't know why there's a `.` behind. 🤔
This commit is contained in:
yp05327
2023-11-22 17:09:19 +09:00
committed by GitHub
parent 2d9b91aa24
commit 4d0eba8e0a
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
"swagger": "2.0",
"info": {
"description": "This documentation describes the Gitea API.",
"title": "Gitea API.",
"title": "Gitea API",
"license": {
"name": "MIT",
"url": "http://opensource.org/licenses/MIT"