mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 20:02:09 +00:00
Fix swagger title (#28164)

Don't know why there's a `.` behind. 🤔
This commit is contained in:
parent
2d9b91aa24
commit
4d0eba8e0a
2 changed files with 2 additions and 2 deletions
2
templates/swagger/v1_json.tmpl
generated
2
templates/swagger/v1_json.tmpl
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue